Html Css Color HEX #B9CB2E Fuego

📋 copy color: '#B9CB2E'

red 185 ◦ green 203 ◦ blue 46

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

Shades of Fuego #B9CB2E

Tints of Fuego #B9CB2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.6%

R = 42.63%
G = 46.77%
B = 10.6%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#B9CB2E (or 0xB9CB2E) is known color: Fuego. HEX triplet: B9, CB and 2E. RGB value is (185,203,46). Sum of RGB (Red+Green+Blue) = 185+203+46=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 203 (79.69% from 255 or 46.77% from 434); Blue value is 46 (18.36% from 255 or 10.60% from 434); Max value from RGB is 203 - color contains mainly: green. Hex color #B9CB2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9CB2E is #4634D1. Grayscale: #B4B4B4. Windows color (decimal): -4601042 or 3066809. OLE color: 3066809.

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

Color convert

RGB 185 203 46 -
CMYK 0.09 0 0.77 0.20
HSL 66.88º 0.63% 0.49% -
HSV(B) 66.88º 0.77% 0.8% -
XYZ 41.86 53.22 10.65 -
YUV 179.72 52.54 131.77 -
System Red Green Blue C M Y K H S L
Decimal 185 203 46 0.09 0 0.77 0.20 66.88 0.63 0.49
Hex B9 CB 2E 9 0 4D 14 43 3F 31
Octal 271 313 56 11 0 115 24 103 77 61
Binary 10111001 11001011 101110 1001 0 1001101 10100 1000011 111111 110001

Color Harmonies of #B9CB2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CB2E

Black with #B9CB2E

Text Example


Text Example

White with #B9CB2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CB2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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