#B4CD33

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

Shades of Fuego #B4CD33

Tints of Fuego #B4CD33

Color information

#B4CD33 (or 0xB4CD33) is unknown color: approx Fuego. HEX triplet: B4, CD and 33. RGB value is (180,205,51). Sum of RGB (Red+Green+Blue) = 180+205+51=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 205 (80.47% from 255 or 47.02% from 436); Blue value is 51 (20.31% from 255 or 11.70% from 436); Max value from RGB is 205 - color contains mainly: green. Hex color #B4CD33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4CD33 is #4B32CC. Grayscale: #B4B4B4. Windows color (decimal): -4928205 or 3394996. OLE color: 3394996.

HSL color Cylindrical-coordinate representation of color #B4CD33: hue angle of 69.74º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B4CD33 is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.

Color convert

RGB18020551-
CMYK0.1200.750.20
HSL69.74º60.63%50.2%-
HSV(B)69.74º75.12%80.39%-
XYZ41.2553.611.3-
YUV179.9755.22128.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.28%
GREEN value IS 205 (80.47% from 255) = 47.02%
BLUE value IS 51 (20.31% from 255) = 11.70%
R=41.28%
G=47.02%
B=11.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal180205510.1200.750.2069.7460.6350.2
HexB4CD33C04B14463d32
Octal26431563140113241067562
Binary1011010011001101110011110001001011101001000110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CD33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CD33; }

 p { color: rgb(180,205,51); }

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

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

 a { background-color: rgb(180,205,51); }

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

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

 span { border-color: rgb(180,205,51); }

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