#B9CF2A

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

Shades of Fuego #B9CF2A

Tints of Fuego #B9CF2A

Color information

#B9CF2A (or 0xB9CF2A) is unknown color: approx Fuego. HEX triplet: B9, CF and 2A. RGB value is (185,207,42). Sum of RGB (Red+Green+Blue) = 185+207+42=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 207 (81.25% from 255 or 47.70% from 434); Blue value is 42 (16.80% from 255 or 9.68% from 434); Max value from RGB is 207 - color contains mainly: green. Hex color #B9CF2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9CF2A is #4630D5. Grayscale: #B6B6B6. Windows color (decimal): -4600022 or 2805689. OLE color: 2805689.

HSL color Cylindrical-coordinate representation of color #B9CF2A: hue angle of 68º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B9CF2A is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB18520742-
CMYK0.1100.800.19
HSL68º66.27%48.82%-
HSV(B)68º79.71%81.18%-
XYZ42.7455.1110.57-
YUV181.6149.21130.42-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.63%
GREEN value IS 207 (81.25% from 255) = 47.70%
BLUE value IS 42 (16.80% from 255) = 9.68%
R=42.63%
G=47.70%
B=9.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal185207420.1100.800.196866.2748.82
HexB9CF2AB05013444231
Octal271317521301202310410261
Binary10111001110011111010101011010100001001110001001000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CF2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CF2A; }

 p { color: rgb(185,207,42); }

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

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

 a { background-color: rgb(185,207,42); }

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

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

 span { border-color: rgb(185,207,42); }

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