Html Css Color HEX #B9D62B Fuego

📋 copy color: '#B9D62B'

red 185 ◦ green 214 ◦ blue 43

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

Shades of Fuego #B9D62B

Tints of Fuego #B9D62B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 48.42%

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

R = 41.86%
G = 48.42%
B = 9.73%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#B9D62B (or 0xB9D62B) is known color: Fuego. HEX triplet: B9, D6 and 2B. RGB value is (185,214,43). Sum of RGB (Red+Green+Blue) = 185+214+43=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 214 (83.98% from 255 or 48.42% from 442); Blue value is 43 (17.19% from 255 or 9.73% from 442); Max value from RGB is 214 - color contains mainly: green. Hex color #B9D62B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9D62B is #4629D4. Grayscale: #BABABA. Windows color (decimal): -4598229 or 2873017. OLE color: 2873017.

HSL color Cylindrical-coordinate representation of color #B9D62B: hue angle of 70.18º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B9D62B is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 185 214 43 -
CMYK 0.14 0 0.80 0.16
HSL 70.18º 0.68% 0.5% -
HSV(B) 70.18º 0.8% 0.84% -
XYZ 44.49 58.58 11.25 -
YUV 185.84 47.39 127.4 -
System Red Green Blue C M Y K H S L
Decimal 185 214 43 0.14 0 0.80 0.16 70.18 0.68 0.5
Hex B9 D6 2B E 0 50 10 46 44 32
Octal 271 326 53 16 0 120 20 106 104 62
Binary 10111001 11010110 101011 1110 0 1010000 10000 1000110 1000100 110010

Color Harmonies of #B9D62B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D62B

Black with #B9D62B

Text Example


Text Example

White with #B9D62B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D62B; }

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

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

background-color css

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

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

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

border-color css

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

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

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