Html Css Color HEX #B9D930 Fuego

📋 copy color: '#B9D930'

red 185 ◦ green 217 ◦ blue 48

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

Shades of Fuego #B9D930

Tints of Fuego #B9D930

RGB

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

 GREEN value IS 217 (85.16% from 255) = 48.22%

 BLUE value IS 48 (19.14% from 255) = 10.67%

R = 41.11%
G = 48.22%
B = 10.67%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#B9D930 (or 0xB9D930) is known color: Fuego. HEX triplet: B9, D9 and 30. RGB value is (185,217,48). Sum of RGB (Red+Green+Blue) = 185+217+48=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 217 (85.16% from 255 or 48.22% from 450); Blue value is 48 (19.14% from 255 or 10.67% from 450); Max value from RGB is 217 - color contains mainly: green. Hex color #B9D930 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9D930 is #4626CF. Grayscale: #BCBCBC. Windows color (decimal): -4597456 or 3201465. OLE color: 3201465.

HSL color Cylindrical-coordinate representation of color #B9D930: hue angle of 71.36º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B9D930 is Cyan = 0.15, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 217 48 -
CMYK 0.15 0 0.78 0.15
HSL 71.36º 0.69% 0.52% -
HSV(B) 71.36º 0.78% 0.85% -
XYZ 45.35 60.15 12.02 -
YUV 188.17 48.9 125.74 -
System Red Green Blue C M Y K H S L
Decimal 185 217 48 0.15 0 0.78 0.15 71.36 0.69 0.52
Hex B9 D9 30 F 0 4E F 47 45 34
Octal 271 331 60 17 0 116 17 107 105 64
Binary 10111001 11011001 110000 1111 0 1001110 1111 1000111 1000101 110100

Color Harmonies of #B9D930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D930

Black with #B9D930

Text Example


Text Example

White with #B9D930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D930; }

 p { color: rgb(185,217,48); }

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

background-color css

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

 a { background-color: rgb(185,217,48); }

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

border-color css

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

 span { border-color: rgb(185,217,48); }

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