Html Css Color HEX #B9D423 Fuego

📋 copy color: '#B9D423'

red 185 ◦ green 212 ◦ blue 35

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

Shades of Fuego #B9D423

Tints of Fuego #B9D423

RGB

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

 GREEN value IS 212 (83.2% from 255) = 49.07%

 BLUE value IS 35 (14.06% from 255) = 8.1%

R = 42.82%
G = 49.07%
B = 8.1%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#B9D423 (or 0xB9D423) is known color: Fuego. HEX triplet: B9, D4 and 23. RGB value is (185,212,35). Sum of RGB (Red+Green+Blue) = 185+212+35=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 212 (83.20% from 255 or 49.07% from 432); Blue value is 35 (14.06% from 255 or 8.10% from 432); Max value from RGB is 212 - color contains mainly: green. Hex color #B9D423 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9D423 is #462BDC. Grayscale: #B8B8B8. Windows color (decimal): -4598749 or 2348217. OLE color: 2348217.

HSL color Cylindrical-coordinate representation of color #B9D423: hue angle of 69.15º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B9D423 is Cyan = 0.13, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.17.

Color convert

RGB 185 212 35 -
CMYK 0.13 0 0.83 0.17
HSL 69.15º 0.72% 0.48% -
HSV(B) 69.15º 0.83% 0.83% -
XYZ 43.85 57.52 10.38 -
YUV 183.75 44.05 128.89 -
System Red Green Blue C M Y K H S L
Decimal 185 212 35 0.13 0 0.83 0.17 69.15 0.72 0.48
Hex B9 D4 23 D 0 53 11 45 48 30
Octal 271 324 43 15 0 123 21 105 110 60
Binary 10111001 11010100 100011 1101 0 1010011 10001 1000101 1001000 110000

Color Harmonies of #B9D423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D423

Black with #B9D423

Text Example


Text Example

White with #B9D423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D423; }

 p { color: rgb(185,212,35); }

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

background-color css

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

 a { background-color: rgb(185,212,35); }

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

border-color css

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

 span { border-color: rgb(185,212,35); }

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