Html Css Color HEX #B9CE26 Fuego

📋 copy color: '#B9CE26'

red 185 ◦ green 206 ◦ blue 38

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

Shades of Fuego #B9CE26

Tints of Fuego #B9CE26

RGB

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

 GREEN value IS 206 (80.86% from 255) = 48.02%

 BLUE value IS 38 (15.23% from 255) = 8.86%

R = 43.12%
G = 48.02%
B = 8.86%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#B9CE26 (or 0xB9CE26) is known color: Fuego. HEX triplet: B9, CE and 26. RGB value is (185,206,38). Sum of RGB (Red+Green+Blue) = 185+206+38=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 206 (80.86% from 255 or 48.02% from 429); Blue value is 38 (15.23% from 255 or 8.86% from 429); Max value from RGB is 206 - color contains mainly: green. Hex color #B9CE26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9CE26 is #4631D9. Grayscale: #B5B5B5. Windows color (decimal): -4600282 or 2543289. OLE color: 2543289.

HSL color Cylindrical-coordinate representation of color #B9CE26: hue angle of 67.5º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B9CE26 is Cyan = 0.10, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 206 38 -
CMYK 0.10 0 0.82 0.19
HSL 67.5º 0.69% 0.48% -
HSV(B) 67.5º 0.82% 0.81% -
XYZ 42.43 54.6 10.14 -
YUV 180.57 47.54 131.16 -
System Red Green Blue C M Y K H S L
Decimal 185 206 38 0.10 0 0.82 0.19 67.5 0.69 0.48
Hex B9 CE 26 A 0 52 13 44 45 30
Octal 271 316 46 12 0 122 23 104 105 60
Binary 10111001 11001110 100110 1010 0 1010010 10011 1000100 1000101 110000

Color Harmonies of #B9CE26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CE26

Black with #B9CE26

Text Example


Text Example

White with #B9CE26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CE26; }

 p { color: rgb(185,206,38); }

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

background-color css

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

 a { background-color: rgb(185,206,38); }

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

border-color css

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

 span { border-color: rgb(185,206,38); }

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