Html Css Color HEX #B9D72D Fuego

📋 copy color: '#B9D72D'

red 185 ◦ green 215 ◦ blue 45

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

Shades of Fuego #B9D72D

Tints of Fuego #B9D72D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 48.31%

 BLUE value IS 45 (17.97% from 255) = 10.11%

R = 41.57%
G = 48.31%
B = 10.11%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#B9D72D (or 0xB9D72D) is known color: Fuego. HEX triplet: B9, D7 and 2D. RGB value is (185,215,45). Sum of RGB (Red+Green+Blue) = 185+215+45=445 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.57% from 445); Green value is 215 (84.38% from 255 or 48.31% from 445); Blue value is 45 (17.97% from 255 or 10.11% from 445); Max value from RGB is 215 - color contains mainly: green. Hex color #B9D72D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9D72D is #4628D2. Grayscale: #BBBBBB. Windows color (decimal): -4597971 or 3004345. OLE color: 3004345.

HSL color Cylindrical-coordinate representation of color #B9D72D: hue angle of 70.59º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B9D72D is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 185 215 45 -
CMYK 0.14 0 0.79 0.16
HSL 70.59º 0.68% 0.51% -
HSV(B) 70.59º 0.79% 0.84% -
XYZ 44.78 59.1 11.53 -
YUV 186.65 48.06 126.82 -
System Red Green Blue C M Y K H S L
Decimal 185 215 45 0.14 0 0.79 0.16 70.59 0.68 0.51
Hex B9 D7 2D E 0 4F 10 47 44 33
Octal 271 327 55 16 0 117 20 107 104 63
Binary 10111001 11010111 101101 1110 0 1001111 10000 1000111 1000100 110011

Color Harmonies of #B9D72D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D72D

Black with #B9D72D

Text Example


Text Example

White with #B9D72D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D72D; }

 p { color: rgb(185,215,45); }

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

background-color css

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

 a { background-color: rgb(185,215,45); }

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

border-color css

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

 span { border-color: rgb(185,215,45); }

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