Html Css Color HEX #B9D42E Fuego

📋 copy color: '#B9D42E'

red 185 ◦ green 212 ◦ blue 46

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

Shades of Fuego #B9D42E

Tints of Fuego #B9D42E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.38%

R = 41.76%
G = 47.86%
B = 10.38%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#B9D42E (or 0xB9D42E) is known color: Fuego. HEX triplet: B9, D4 and 2E. RGB value is (185,212,46). Sum of RGB (Red+Green+Blue) = 185+212+46=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 212 (83.20% from 255 or 47.86% from 443); Blue value is 46 (18.36% from 255 or 10.38% from 443); Max value from RGB is 212 - color contains mainly: green. Hex color #B9D42E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9D42E is #462BD1. Grayscale: #B9B9B9. Windows color (decimal): -4598738 or 3069113. OLE color: 3069113.

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

Color convert

RGB 185 212 46 -
CMYK 0.13 0 0.78 0.17
HSL 69.76º 0.66% 0.51% -
HSV(B) 69.76º 0.78% 0.83% -
XYZ 44.04 57.6 11.38 -
YUV 185 49.55 128 -
System Red Green Blue C M Y K H S L
Decimal 185 212 46 0.13 0 0.78 0.17 69.76 0.66 0.51
Hex B9 D4 2E D 0 4E 11 46 42 33
Octal 271 324 56 15 0 116 21 106 102 63
Binary 10111001 11010100 101110 1101 0 1001110 10001 1000110 1000010 110011

Color Harmonies of #B9D42E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D42E

Black with #B9D42E

Text Example


Text Example

White with #B9D42E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D42E; }

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

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

background-color css

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

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

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

border-color css

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

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

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