#B7CA2C

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

Shades of Fuego #B7CA2C

Tints of Fuego #B7CA2C

Color information

#B7CA2C (or 0xB7CA2C) is unknown color: approx Fuego. HEX triplet: B7, CA and 2C. RGB value is (183,202,44). Sum of RGB (Red+Green+Blue) = 183+202+44=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 202 (79.30% from 255 or 47.09% from 429); Blue value is 44 (17.58% from 255 or 10.26% from 429); Max value from RGB is 202 - color contains mainly: green. Hex color #B7CA2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7CA2C is #4835D3. Grayscale: #B2B2B2. Windows color (decimal): -4732372 or 2935479. OLE color: 2935479.

HSL color Cylindrical-coordinate representation of color #B7CA2C: hue angle of 67.22º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B7CA2C is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB18320244-
CMYK0.0900.780.21
HSL67.22º64.23%48.24%-
HSV(B)67.22º78.22%79.22%-
XYZ41.152.4910.35-
YUV178.3152.21131.35-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.66%
GREEN value IS 202 (79.30% from 255) = 47.09%
BLUE value IS 44 (17.58% from 255) = 10.26%
R=42.66%
G=47.09%
B=10.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal183202440.0900.780.2167.2264.2348.24
HexB7CA2C904E15434030
Octal267312541101162510310060
Binary10110111110010101011001001010011101010110000111000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CA2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CA2C; }

 p { color: rgb(183,202,44); }

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

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

 a { background-color: rgb(183,202,44); }

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

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

 span { border-color: rgb(183,202,44); }

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