#B7CC34

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

Shades of Fuego #B7CC34

Tints of Fuego #B7CC34

Color information

#B7CC34 (or 0xB7CC34) is unknown color: approx Fuego. HEX triplet: B7, CC and 34. RGB value is (183,204,52). Sum of RGB (Red+Green+Blue) = 183+204+52=439 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.69% from 439); Green value is 204 (80.08% from 255 or 46.47% from 439); Blue value is 52 (20.70% from 255 or 11.85% from 439); Max value from RGB is 204 - color contains mainly: green. Hex color #B7CC34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7CC34 is #4833CB. Grayscale: #B4B4B4. Windows color (decimal): -4731852 or 3460279. OLE color: 3460279.

HSL color Cylindrical-coordinate representation of color #B7CC34: hue angle of 68.29º degrees, saturation: 0.6, 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 #B7CC34 is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB18320452-
CMYK0.1000.750.2
HSL68.29º59.84%50.2%-
HSV(B)68.29º74.51%80%-
XYZ41.7453.511.38-
YUV180.3955.54129.86-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.69%
GREEN value IS 204 (80.08% from 255) = 46.47%
BLUE value IS 52 (20.70% from 255) = 11.85%
R=41.69%
G=46.47%
B=11.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal183204520.1000.750.268.2959.8450.2
HexB7CC34A04B14443c32
Octal26731464120113241047462
Binary1011011111001100110100101001001011101001000100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CC34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CC34; }

 p { color: rgb(183,204,52); }

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

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

 a { background-color: rgb(183,204,52); }

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

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

 span { border-color: rgb(183,204,52); }

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