Html Css Color HEX #B9CB29 Fuego

📋 copy color: '#B9CB29'

red 185 ◦ green 203 ◦ blue 41

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

Shades of Fuego #B9CB29

Tints of Fuego #B9CB29

RGB

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

 GREEN value IS 203 (79.69% from 255) = 47.32%

 BLUE value IS 41 (16.41% from 255) = 9.56%

R = 43.12%
G = 47.32%
B = 9.56%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#B9CB29 (or 0xB9CB29) is known color: Fuego. HEX triplet: B9, CB and 29. RGB value is (185,203,41). Sum of RGB (Red+Green+Blue) = 185+203+41=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 203 (79.69% from 255 or 47.32% from 429); Blue value is 41 (16.41% from 255 or 9.56% from 429); Max value from RGB is 203 - color contains mainly: green. Hex color #B9CB29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9CB29 is #4634D6. Grayscale: #B3B3B3. Windows color (decimal): -4601047 or 2739129. OLE color: 2739129.

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

Color convert

RGB 185 203 41 -
CMYK 0.09 0 0.80 0.20
HSL 66.67º 0.66% 0.48% -
HSV(B) 66.67º 0.8% 0.8% -
XYZ 41.76 53.19 10.16 -
YUV 179.15 50.04 132.17 -
System Red Green Blue C M Y K H S L
Decimal 185 203 41 0.09 0 0.80 0.20 66.67 0.66 0.48
Hex B9 CB 29 9 0 50 14 43 42 30
Octal 271 313 51 11 0 120 24 103 102 60
Binary 10111001 11001011 101001 1001 0 1010000 10100 1000011 1000010 110000

Color Harmonies of #B9CB29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CB29

Black with #B9CB29

Text Example


Text Example

White with #B9CB29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CB29; }

 p { color: rgb(185,203,41); }

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

background-color css

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

 a { background-color: rgb(185,203,41); }

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

border-color css

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

 span { border-color: rgb(185,203,41); }

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