Html Css Color HEX #BDAE14 Earls Green

📋 copy color: '#BDAE14'

red 189 ◦ green 174 ◦ blue 20

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

Shades of Earls Green #BDAE14

Tints of Earls Green #BDAE14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.22%

R = 49.35%
G = 45.43%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BDAE14 (or 0xBDAE14) is known color: Earls Green. HEX triplet: BD, AE and 14. RGB value is (189,174,20). Sum of RGB (Red+Green+Blue) = 189+174+20=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 174 (68.36% from 255 or 45.43% from 383); Blue value is 20 (8.20% from 255 or 5.22% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDAE14 is #4251EB. Grayscale: #A1A1A1. Windows color (decimal): -4346348 or 1355453. OLE color: 1355453.

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

Color convert

RGB 189 174 20 -
CMYK 0 0.08 0.89 0.26
HSL 54.67º 0.81% 0.41% -
HSV(B) 54.67º 0.89% 0.74% -
XYZ 36.25 41.14 6.69 -
YUV 160.93 48.47 148.02 -
System Red Green Blue C M Y K H S L
Decimal 189 174 20 0 0.08 0.89 0.26 54.67 0.81 0.41
Hex BD AE 14 0 8 59 1A 37 51 29
Octal 275 256 24 0 10 131 32 67 121 51
Binary 10111101 10101110 10100 0 1000 1011001 11010 110111 1010001 101001

Color Harmonies of #BDAE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAE14

Black with #BDAE14

Text Example


Text Example

White with #BDAE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAE14; }

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

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

background-color css

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

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

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

border-color css

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

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

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