Html Css Color HEX #BDA524 Earls Green

📋 copy color: '#BDA524'

red 189 ◦ green 165 ◦ blue 36

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

Shades of Earls Green #BDA524

Tints of Earls Green #BDA524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.23%

R = 48.46%
G = 42.31%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BDA524 (or 0xBDA524) is known color: Earls Green. HEX triplet: BD, A5 and 24. RGB value is (189,165,36). Sum of RGB (Red+Green+Blue) = 189+165+36=390 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.46% from 390); Green value is 165 (64.84% from 255 or 42.31% from 390); Blue value is 36 (14.45% from 255 or 9.23% from 390); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA524 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA524 is #425ADB. Grayscale: #9E9E9E. Windows color (decimal): -4348636 or 2401725. OLE color: 2401725.

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

Color convert

RGB 189 165 36 -
CMYK 0 0.13 0.81 0.26
HSL 50.59º 0.68% 0.44% -
HSV(B) 50.59º 0.81% 0.74% -
XYZ 34.76 37.86 7.14 -
YUV 157.47 59.45 150.49 -
System Red Green Blue C M Y K H S L
Decimal 189 165 36 0 0.13 0.81 0.26 50.59 0.68 0.44
Hex BD A5 24 0 D 51 1A 33 44 2C
Octal 275 245 44 0 15 121 32 63 104 54
Binary 10111101 10100101 100100 0 1101 1010001 11010 110011 1000100 101100

Color Harmonies of #BDA524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA524

Black with #BDA524

Text Example


Text Example

White with #BDA524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA524; }

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

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

background-color css

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

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

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

border-color css

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

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

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