Html Css Color HEX #B9A51D Earls Green

📋 copy color: '#B9A51D'

red 185 ◦ green 165 ◦ blue 29

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

Shades of Earls Green #B9A51D

Tints of Earls Green #B9A51D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 43.54%

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

R = 48.81%
G = 43.54%
B = 7.65%

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

#B9A51D (or 0xB9A51D) is known color: Earls Green. HEX triplet: B9, A5 and 1D. RGB value is (185,165,29). Sum of RGB (Red+Green+Blue) = 185+165+29=379 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.81% from 379); Green value is 165 (64.84% from 255 or 43.54% from 379); Blue value is 29 (11.72% from 255 or 7.65% from 379); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A51D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A51D is #465AE2. Grayscale: #9C9C9C. Windows color (decimal): -4610787 or 1942969. OLE color: 1942969.

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

Color convert

RGB 185 165 29 -
CMYK 0 0.11 0.84 0.27
HSL 52.31º 0.73% 0.42% -
HSV(B) 52.31º 0.84% 0.73% -
XYZ 33.68 37.31 6.59 -
YUV 155.48 56.63 149.06 -
System Red Green Blue C M Y K H S L
Decimal 185 165 29 0 0.11 0.84 0.27 52.31 0.73 0.42
Hex B9 A5 1D 0 B 54 1B 34 49 2A
Octal 271 245 35 0 13 124 33 64 111 52
Binary 10111001 10100101 11101 0 1011 1010100 11011 110100 1001001 101010

Color Harmonies of #B9A51D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A51D

Black with #B9A51D

Text Example


Text Example

White with #B9A51D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A51D; }

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

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

background-color css

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

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

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

border-color css

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

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

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