Html Css Color HEX #B9A31D Earls Green

📋 copy color: '#B9A31D'

red 185 ◦ green 163 ◦ blue 29

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

Shades of Earls Green #B9A31D

Tints of Earls Green #B9A31D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.24%

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

R = 49.07%
G = 43.24%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B9A31D (or 0xB9A31D) is known color: Earls Green. HEX triplet: B9, A3 and 1D. RGB value is (185,163,29). Sum of RGB (Red+Green+Blue) = 185+163+29=377 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.07% from 377); Green value is 163 (64.06% from 255 or 43.24% from 377); Blue value is 29 (11.72% from 255 or 7.69% from 377); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A31D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A31D is #465CE2. Grayscale: #9A9A9A. Windows color (decimal): -4611299 or 1942457. OLE color: 1942457.

HSL color Cylindrical-coordinate representation of color #B9A31D: hue angle of 51.54º 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 #B9A31D is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 163 29 -
CMYK 0 0.12 0.84 0.27
HSL 51.54º 0.73% 0.42% -
HSV(B) 51.54º 0.84% 0.73% -
XYZ 33.33 36.6 6.47 -
YUV 154.3 57.29 149.9 -
System Red Green Blue C M Y K H S L
Decimal 185 163 29 0 0.12 0.84 0.27 51.54 0.73 0.42
Hex B9 A3 1D 0 C 54 1B 34 49 2A
Octal 271 243 35 0 14 124 33 64 111 52
Binary 10111001 10100011 11101 0 1100 1010100 11011 110100 1001001 101010

Color Harmonies of #B9A31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A31D

Black with #B9A31D

Text Example


Text Example

White with #B9A31D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A31D; }

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

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

background-color css

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

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

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

border-color css

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

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

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