Html Css Color HEX #B9DA2D Fuego

📋 copy color: '#B9DA2D'

red 185 ◦ green 218 ◦ blue 45

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

Shades of Fuego #B9DA2D

Tints of Fuego #B9DA2D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 48.66%

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

R = 41.29%
G = 48.66%
B = 10.04%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#B9DA2D (or 0xB9DA2D) is known color: Fuego. HEX triplet: B9, DA and 2D. RGB value is (185,218,45). Sum of RGB (Red+Green+Blue) = 185+218+45=448 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.29% from 448); Green value is 218 (85.55% from 255 or 48.66% from 448); Blue value is 45 (17.97% from 255 or 10.04% from 448); Max value from RGB is 218 - color contains mainly: green. Hex color #B9DA2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9DA2D is #4625D2. Grayscale: #BDBDBD. Windows color (decimal): -4597203 or 3005113. OLE color: 3005113.

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

Color convert

RGB 185 218 45 -
CMYK 0.15 0 0.79 0.15
HSL 71.45º 0.7% 0.52% -
HSV(B) 71.45º 0.79% 0.85% -
XYZ 45.55 60.65 11.79 -
YUV 188.41 47.07 125.57 -
System Red Green Blue C M Y K H S L
Decimal 185 218 45 0.15 0 0.79 0.15 71.45 0.7 0.52
Hex B9 DA 2D F 0 4F F 47 46 34
Octal 271 332 55 17 0 117 17 107 106 64
Binary 10111001 11011010 101101 1111 0 1001111 1111 1000111 1000110 110100

Color Harmonies of #B9DA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DA2D

Black with #B9DA2D

Text Example


Text Example

White with #B9DA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DA2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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