#B8CB30

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

Shades of Fuego #B8CB30

Tints of Fuego #B8CB30

Color information

#B8CB30 (or 0xB8CB30) is unknown color: approx Fuego. HEX triplet: B8, CB and 30. RGB value is (184,203,48). Sum of RGB (Red+Green+Blue) = 184+203+48=435 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.30% from 435); Green value is 203 (79.69% from 255 or 46.67% from 435); Blue value is 48 (19.14% from 255 or 11.03% from 435); Max value from RGB is 203 - color contains mainly: green. Hex color #B8CB30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8CB30 is #4734CF. Grayscale: #B4B4B4. Windows color (decimal): -4666576 or 3197880. OLE color: 3197880.

HSL color Cylindrical-coordinate representation of color #B8CB30: hue angle of 67.35º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B8CB30 is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB18420348-
CMYK0.0900.760.20
HSL67.35º61.75%49.22%-
HSV(B)67.35º76.35%79.61%-
XYZ41.6653.1210.85-
YUV179.6553.71131.1-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.30%
GREEN value IS 203 (79.69% from 255) = 46.67%
BLUE value IS 48 (19.14% from 255) = 11.03%
R=42.30%
G=46.67%
B=11.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal184203480.0900.760.2067.3561.7549.22
HexB8CB30904C14433e31
Octal27031360110114241037661
Binary1011100011001011110000100101001100101001000011111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CB30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CB30; }

 p { color: rgb(184,203,48); }

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

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

 a { background-color: rgb(184,203,48); }

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

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

 span { border-color: rgb(184,203,48); }

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