Html Css Color HEX #B9D629 Fuego

📋 copy color: '#B9D629'

red 185 ◦ green 214 ◦ blue 41

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

Shades of Fuego #B9D629

Tints of Fuego #B9D629

RGB

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

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

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

R = 42.05%
G = 48.64%
B = 9.32%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#B9D629 (or 0xB9D629) is known color: Fuego. HEX triplet: B9, D6 and 29. RGB value is (185,214,41). Sum of RGB (Red+Green+Blue) = 185+214+41=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 214 (83.98% from 255 or 48.64% from 440); Blue value is 41 (16.41% from 255 or 9.32% from 440); Max value from RGB is 214 - color contains mainly: green. Hex color #B9D629 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9D629 is #4629D6. Grayscale: #BABABA. Windows color (decimal): -4598231 or 2741945. OLE color: 2741945.

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

Color convert

RGB 185 214 41 -
CMYK 0.14 0 0.81 0.16
HSL 70.06º 0.68% 0.5% -
HSV(B) 70.06º 0.81% 0.84% -
XYZ 44.45 58.57 11.06 -
YUV 185.61 46.39 127.57 -
System Red Green Blue C M Y K H S L
Decimal 185 214 41 0.14 0 0.81 0.16 70.06 0.68 0.5
Hex B9 D6 29 E 0 51 10 46 44 32
Octal 271 326 51 16 0 121 20 106 104 62
Binary 10111001 11010110 101001 1110 0 1010001 10000 1000110 1000100 110010

Color Harmonies of #B9D629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D629

Black with #B9D629

Text Example


Text Example

White with #B9D629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D629; }

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

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

background-color css

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

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

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

border-color css

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

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

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