Html Css Color HEX #BDAE2A Earls Green

📋 copy color: '#BDAE2A'

red 189 ◦ green 174 ◦ blue 42

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

Shades of Earls Green #BDAE2A

Tints of Earls Green #BDAE2A

RGB

 RED value IS 189 (74.22% from 255) = 46.67%

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

 BLUE value IS 42 (16.8% from 255) = 10.37%

R = 46.67%
G = 42.96%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BDAE2A (or 0xBDAE2A) is known color: Earls Green. HEX triplet: BD, AE and 2A. RGB value is (189,174,42). Sum of RGB (Red+Green+Blue) = 189+174+42=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 174 (68.36% from 255 or 42.96% from 405); Blue value is 42 (16.80% from 255 or 10.37% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAE2A is #4251D5. Grayscale: #A3A3A3. Windows color (decimal): -4346326 or 2797245. OLE color: 2797245.

HSL color Cylindrical-coordinate representation of color #BDAE2A: hue angle of 53.88º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BDAE2A is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 174 42 -
CMYK 0 0.08 0.78 0.26
HSL 53.88º 0.64% 0.45% -
HSV(B) 53.88º 0.78% 0.74% -
XYZ 36.54 41.26 8.23 -
YUV 163.44 59.47 146.23 -
System Red Green Blue C M Y K H S L
Decimal 189 174 42 0 0.08 0.78 0.26 53.88 0.64 0.45
Hex BD AE 2A 0 8 4E 1A 36 40 2D
Octal 275 256 52 0 10 116 32 66 100 55
Binary 10111101 10101110 101010 0 1000 1001110 11010 110110 1000000 101101

Color Harmonies of #BDAE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAE2A

Black with #BDAE2A

Text Example


Text Example

White with #BDAE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAE2A; }

 p { color: rgb(189,174,42); }

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

background-color css

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

 a { background-color: rgb(189,174,42); }

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

border-color css

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

 span { border-color: rgb(189,174,42); }

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