Html Css Color HEX #B9D421 Fuego

📋 copy color: '#B9D421'

red 185 ◦ green 212 ◦ blue 33

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

Shades of Fuego #B9D421

Tints of Fuego #B9D421

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.67%

R = 43.02%
G = 49.3%
B = 7.67%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#B9D421 (or 0xB9D421) is known color: Fuego. HEX triplet: B9, D4 and 21. RGB value is (185,212,33). Sum of RGB (Red+Green+Blue) = 185+212+33=430 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.02% from 430); Green value is 212 (83.20% from 255 or 49.30% from 430); Blue value is 33 (13.28% from 255 or 7.67% from 430); Max value from RGB is 212 - color contains mainly: green. Hex color #B9D421 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9D421 is #462BDE. Grayscale: #B8B8B8. Windows color (decimal): -4598751 or 2217145. OLE color: 2217145.

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

Color convert

RGB 185 212 33 -
CMYK 0.13 0 0.84 0.17
HSL 69.05º 0.73% 0.48% -
HSV(B) 69.05º 0.84% 0.83% -
XYZ 43.83 57.51 10.23 -
YUV 183.52 43.05 129.05 -
System Red Green Blue C M Y K H S L
Decimal 185 212 33 0.13 0 0.84 0.17 69.05 0.73 0.48
Hex B9 D4 21 D 0 54 11 45 49 30
Octal 271 324 41 15 0 124 21 105 111 60
Binary 10111001 11010100 100001 1101 0 1010100 10001 1000101 1001001 110000

Color Harmonies of #B9D421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D421

Black with #B9D421

Text Example


Text Example

White with #B9D421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D421; }

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

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

background-color css

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

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

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

border-color css

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

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

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