Html Css Color HEX #B9AE1D Earls Green

📋 copy color: '#B9AE1D'

red 185 ◦ green 174 ◦ blue 29

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

Shades of Earls Green #B9AE1D

Tints of Earls Green #B9AE1D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 44.85%

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

R = 47.68%
G = 44.85%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B9AE1D (or 0xB9AE1D) is known color: Earls Green. HEX triplet: B9, AE and 1D. RGB value is (185,174,29). Sum of RGB (Red+Green+Blue) = 185+174+29=388 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.68% from 388); Green value is 174 (68.36% from 255 or 44.85% from 388); Blue value is 29 (11.72% from 255 or 7.47% from 388); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AE1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AE1D is #4651E2. Grayscale: #A1A1A1. Windows color (decimal): -4608483 or 1945273. OLE color: 1945273.

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

Color convert

RGB 185 174 29 -
CMYK 0 0.06 0.84 0.27
HSL 55.77º 0.73% 0.42% -
HSV(B) 55.77º 0.84% 0.73% -
XYZ 35.37 40.68 7.15 -
YUV 160.76 53.64 145.29 -
System Red Green Blue C M Y K H S L
Decimal 185 174 29 0 0.06 0.84 0.27 55.77 0.73 0.42
Hex B9 AE 1D 0 6 54 1B 38 49 2A
Octal 271 256 35 0 6 124 33 70 111 52
Binary 10111001 10101110 11101 0 110 1010100 11011 111000 1001001 101010

Color Harmonies of #B9AE1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AE1D

Black with #B9AE1D

Text Example


Text Example

White with #B9AE1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AE1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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