Html Css Color HEX #BDA819 Earls Green

📋 copy color: '#BDA819'

red 189 ◦ green 168 ◦ blue 25

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

Shades of Earls Green #BDA819

Tints of Earls Green #BDA819

RGB

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

 GREEN value IS 168 (66.02% from 255) = 43.98%

 BLUE value IS 25 (10.16% from 255) = 6.54%

R = 49.48%
G = 43.98%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BDA819 (or 0xBDA819) is known color: Earls Green. HEX triplet: BD, A8 and 19. RGB value is (189,168,25). Sum of RGB (Red+Green+Blue) = 189+168+25=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 168 (66.02% from 255 or 43.98% from 382); Blue value is 25 (10.16% from 255 or 6.54% from 382); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA819 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA819 is #4257E6. Grayscale: #9E9E9E. Windows color (decimal): -4347879 or 1681597. OLE color: 1681597.

HSL color Cylindrical-coordinate representation of color #BDA819: hue angle of 52.32º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BDA819 is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 168 25 -
CMYK 0 0.11 0.87 0.26
HSL 52.32º 0.77% 0.42% -
HSV(B) 52.32º 0.87% 0.74% -
XYZ 35.16 38.89 6.57 -
YUV 157.98 52.96 150.13 -
System Red Green Blue C M Y K H S L
Decimal 189 168 25 0 0.11 0.87 0.26 52.32 0.77 0.42
Hex BD A8 19 0 B 57 1A 34 4D 2A
Octal 275 250 31 0 13 127 32 64 115 52
Binary 10111101 10101000 11001 0 1011 1010111 11010 110100 1001101 101010

Color Harmonies of #BDA819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA819

Black with #BDA819

Text Example


Text Example

White with #BDA819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA819; }

 p { color: rgb(189,168,25); }

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

background-color css

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

 a { background-color: rgb(189,168,25); }

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

border-color css

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

 span { border-color: rgb(189,168,25); }

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