Html Css Color HEX #BDA519 Earls Green

📋 copy color: '#BDA519'

red 189 ◦ green 165 ◦ blue 25

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

Shades of Earls Green #BDA519

Tints of Earls Green #BDA519

RGB

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

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

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

R = 49.87%
G = 43.54%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BDA519 (or 0xBDA519) is known color: Earls Green. HEX triplet: BD, A5 and 19. RGB value is (189,165,25). Sum of RGB (Red+Green+Blue) = 189+165+25=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 165 (64.84% from 255 or 43.54% from 379); Blue value is 25 (10.16% from 255 or 6.60% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA519 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA519 is #425AE6. Grayscale: #9C9C9C. Windows color (decimal): -4348647 or 1680829. OLE color: 1680829.

HSL color Cylindrical-coordinate representation of color #BDA519: hue angle of 51.22º 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 #BDA519 is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 165 25 -
CMYK 0 0.13 0.87 0.26
HSL 51.22º 0.77% 0.42% -
HSV(B) 51.22º 0.87% 0.74% -
XYZ 34.62 37.8 6.39 -
YUV 156.22 53.95 151.38 -
System Red Green Blue C M Y K H S L
Decimal 189 165 25 0 0.13 0.87 0.26 51.22 0.77 0.42
Hex BD A5 19 0 D 57 1A 33 4D 2A
Octal 275 245 31 0 15 127 32 63 115 52
Binary 10111101 10100101 11001 0 1101 1010111 11010 110011 1001101 101010

Color Harmonies of #BDA519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA519

Black with #BDA519

Text Example


Text Example

White with #BDA519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA519; }

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

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

background-color css

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

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

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

border-color css

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

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

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