#B4CE3B

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

Shades of Fuego #B4CE3B

Tints of Fuego #B4CE3B

Color information

#B4CE3B (or 0xB4CE3B) is unknown color: approx Fuego. HEX triplet: B4, CE and 3B. RGB value is (180,206,59). Sum of RGB (Red+Green+Blue) = 180+206+59=445 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.45% from 445); Green value is 206 (80.86% from 255 or 46.29% from 445); Blue value is 59 (23.44% from 255 or 13.26% from 445); Max value from RGB is 206 - color contains mainly: green. Hex color #B4CE3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4CE3B is #4B31C4. Grayscale: #B6B6B6. Windows color (decimal): -4927941 or 3919540. OLE color: 3919540.

HSL color Cylindrical-coordinate representation of color #B4CE3B: hue angle of 70.61º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B4CE3B is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB18020659-
CMYK0.1300.710.19
HSL70.61º60%51.96%-
HSV(B)70.61º71.36%80.78%-
XYZ41.6854.1612.39-
YUV181.4758.89126.95-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.45%
GREEN value IS 206 (80.86% from 255) = 46.29%
BLUE value IS 59 (23.44% from 255) = 13.26%
R=40.45%
G=46.29%
B=13.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal180206590.1300.710.1970.616051.96
HexB4CE3BD04713473c34
Octal26431673150107231077464
Binary1011010011001110111011110101000111100111000111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CE3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CE3B; }

 p { color: rgb(180,206,59); }

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

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

 a { background-color: rgb(180,206,59); }

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

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

 span { border-color: rgb(180,206,59); }

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