#B6D027

Color #B6D027 Fuego (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuego #B6D027

Tints of Fuego #B6D027

Color information

#B6D027 (or 0xB6D027) is unknown color: approx Fuego. HEX triplet: B6, D0 and 27. RGB value is (182,208,39). Sum of RGB (Red+Green+Blue) = 182+208+39=429 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.42% from 429); Green value is 208 (81.64% from 255 or 48.48% from 429); Blue value is 39 (15.62% from 255 or 9.09% from 429); Max value from RGB is 208 - color contains mainly: green. Hex color #B6D027 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6D027 is #492FD8. Grayscale: #B5B5B5. Windows color (decimal): -4796377 or 2609334. OLE color: 2609334.

HSL color Cylindrical-coordinate representation of color #B6D027: hue angle of 69.23º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B6D027 is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB18220839-
CMYK0.1200.810.18
HSL69.23º68.42%48.43%-
HSV(B)69.23º81.25%81.57%-
XYZ42.2155.210.35-
YUV180.9647.89128.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 182 (71.48% from 255) = 42.42%
GREEN value IS 208 (81.64% from 255) = 48.48%
BLUE value IS 39 (15.62% from 255) = 9.09%
R=42.42%
G=48.48%
B=9.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal182208390.1200.810.1869.2368.4248.43
HexB6D027C05112454430
Octal266320471401212210510460
Binary10110110110100001001111100010100011001010001011000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D027; }

 p { color: rgb(182,208,39); }

 H1.HeaderClassName
 {
   color: #B6D027;
 }
 .AnyTagClassName
 {
   color: #B6D027;
 }
</style>
background-color css

<style>
 a { background-color: #B6D027; }

 a { background-color: rgb(182,208,39); }

 div.DivClassName
 {
   background-color: #B6D027;
 }
 .BgClassName
 {
   background-color: #B6D027;
 }
</style>
border-color css

<style>
 span { border-color: #B6D027; }

 span { border-color: rgb(182,208,39); }

 td.TdClassName
 {
   border-color: #B6D027;
 }
 .TagClassName
 {
   border-color: #B6D027;
 }
</style>