Html Css Color HEX #BDA619 Earls Green

📋 copy color: '#BDA619'

red 189 ◦ green 166 ◦ blue 25

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

Shades of Earls Green #BDA619

Tints of Earls Green #BDA619

RGB

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

 GREEN value IS 166 (65.23% from 255) = 43.68%

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

R = 49.74%
G = 43.68%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BDA619 (or 0xBDA619) is known color: Earls Green. HEX triplet: BD, A6 and 19. RGB value is (189,166,25). Sum of RGB (Red+Green+Blue) = 189+166+25=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 166 (65.23% from 255 or 43.68% from 380); Blue value is 25 (10.16% from 255 or 6.58% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA619 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA619 is #4259E6. Grayscale: #9D9D9D. Windows color (decimal): -4348391 or 1681085. OLE color: 1681085.

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

Color convert

RGB 189 166 25 -
CMYK 0 0.12 0.87 0.26
HSL 51.59º 0.77% 0.42% -
HSV(B) 51.59º 0.87% 0.74% -
XYZ 34.8 38.16 6.45 -
YUV 156.8 53.62 150.96 -
System Red Green Blue C M Y K H S L
Decimal 189 166 25 0 0.12 0.87 0.26 51.59 0.77 0.42
Hex BD A6 19 0 C 57 1A 34 4D 2A
Octal 275 246 31 0 14 127 32 64 115 52
Binary 10111101 10100110 11001 0 1100 1010111 11010 110100 1001101 101010

Color Harmonies of #BDA619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA619

Black with #BDA619

Text Example


Text Example

White with #BDA619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA619; }

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

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

background-color css

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

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

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

border-color css

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

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

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