Html Css Color HEX #B9A41D Earls Green

📋 copy color: '#B9A41D'

red 185 ◦ green 164 ◦ blue 29

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

Shades of Earls Green #B9A41D

Tints of Earls Green #B9A41D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 43.39%

 BLUE value IS 29 (11.72% from 255) = 7.67%

R = 48.94%
G = 43.39%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B9A41D (or 0xB9A41D) is known color: Earls Green. HEX triplet: B9, A4 and 1D. RGB value is (185,164,29). Sum of RGB (Red+Green+Blue) = 185+164+29=378 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.94% from 378); Green value is 164 (64.45% from 255 or 43.39% from 378); Blue value is 29 (11.72% from 255 or 7.67% from 378); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A41D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A41D is #465BE2. Grayscale: #9B9B9B. Windows color (decimal): -4611043 or 1942713. OLE color: 1942713.

HSL color Cylindrical-coordinate representation of color #B9A41D: hue angle of 51.92º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B9A41D is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 164 29 -
CMYK 0 0.11 0.84 0.27
HSL 51.92º 0.73% 0.42% -
HSV(B) 51.92º 0.84% 0.73% -
XYZ 33.5 36.95 6.53 -
YUV 154.89 56.96 149.48 -
System Red Green Blue C M Y K H S L
Decimal 185 164 29 0 0.11 0.84 0.27 51.92 0.73 0.42
Hex B9 A4 1D 0 B 54 1B 34 49 2A
Octal 271 244 35 0 13 124 33 64 111 52
Binary 10111001 10100100 11101 0 1011 1010100 11011 110100 1001001 101010

Color Harmonies of #B9A41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A41D

Black with #B9A41D

Text Example


Text Example

White with #B9A41D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A41D; }

 p { color: rgb(185,164,29); }

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

background-color css

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

 a { background-color: rgb(185,164,29); }

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

border-color css

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

 span { border-color: rgb(185,164,29); }

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