Html Css Color HEX #B9CC2B Fuego

📋 copy color: '#B9CC2B'

red 185 ◦ green 204 ◦ blue 43

#B9CC2B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuego #B9CC2B

Tints of Fuego #B9CC2B

RGB

 RED value IS 185 (72.66% from 255) = 42.82%

 GREEN value IS 204 (80.08% from 255) = 47.22%

 BLUE value IS 43 (17.19% from 255) = 9.95%

R = 42.82%
G = 47.22%
B = 9.95%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#B9CC2B (or 0xB9CC2B) is known color: Fuego. HEX triplet: B9, CC and 2B. RGB value is (185,204,43). Sum of RGB (Red+Green+Blue) = 185+204+43=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 204 (80.08% from 255 or 47.22% from 432); Blue value is 43 (17.19% from 255 or 9.95% from 432); Max value from RGB is 204 - color contains mainly: green. Hex color #B9CC2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9CC2B is #4633D4. Grayscale: #B4B4B4. Windows color (decimal): -4600789 or 2870457. OLE color: 2870457.

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

Color convert

RGB 185 204 43 -
CMYK 0.09 0 0.79 0.2
HSL 67.08º 0.65% 0.48% -
HSV(B) 67.08º 0.79% 0.8% -
XYZ 42.04 53.67 10.43 -
YUV 179.97 50.71 131.59 -
System Red Green Blue C M Y K H S L
Decimal 185 204 43 0.09 0 0.79 0.2 67.08 0.65 0.48
Hex B9 CC 2B 9 0 4F 14 43 41 30
Octal 271 314 53 11 0 117 24 103 101 60
Binary 10111001 11001100 101011 1001 0 1001111 10100 1000011 1000001 110000

Color Harmonies of #B9CC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CC2B

Black with #B9CC2B

Text Example


Text Example

White with #B9CC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CC2B; }

 p { color: rgb(185,204,43); }

 H1.HeaderClassName
 {
   color: #B9CC2B;
 }
 .AnyTagClassName
 {
   color: #B9CC2B;
 }
</style>

background-color css

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

 a { background-color: rgb(185,204,43); }

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

border-color css

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

 span { border-color: rgb(185,204,43); }

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