Html Css Color HEX #B9D935 Fuego

📋 copy color: '#B9D935'

red 185 ◦ green 217 ◦ blue 53

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

Shades of Fuego #B9D935

Tints of Fuego #B9D935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 11.65%

R = 40.66%
G = 47.69%
B = 11.65%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#B9D935 (or 0xB9D935) is known color: Fuego. HEX triplet: B9, D9 and 35. RGB value is (185,217,53). Sum of RGB (Red+Green+Blue) = 185+217+53=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 217 (85.16% from 255 or 47.69% from 455); Blue value is 53 (21.09% from 255 or 11.65% from 455); Max value from RGB is 217 - color contains mainly: green. Hex color #B9D935 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9D935 is #4626CA. Grayscale: #BDBDBD. Windows color (decimal): -4597451 or 3529145. OLE color: 3529145.

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

Color convert

RGB 185 217 53 -
CMYK 0.15 0 0.76 0.15
HSL 71.71º 0.68% 0.53% -
HSV(B) 71.71º 0.76% 0.85% -
XYZ 45.46 60.2 12.59 -
YUV 188.74 51.4 125.34 -
System Red Green Blue C M Y K H S L
Decimal 185 217 53 0.15 0 0.76 0.15 71.71 0.68 0.53
Hex B9 D9 35 F 0 4C F 48 44 35
Octal 271 331 65 17 0 114 17 110 104 65
Binary 10111001 11011001 110101 1111 0 1001100 1111 1001000 1000100 110101

Color Harmonies of #B9D935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D935

Black with #B9D935

Text Example


Text Example

White with #B9D935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D935; }

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

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

background-color css

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

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

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

border-color css

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

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

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