Html Css Color HEX #BDA529 Earls Green

📋 copy color: '#BDA529'

red 189 ◦ green 165 ◦ blue 41

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

Shades of Earls Green #BDA529

Tints of Earls Green #BDA529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.38%

R = 47.85%
G = 41.77%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BDA529 (or 0xBDA529) is known color: Earls Green. HEX triplet: BD, A5 and 29. RGB value is (189,165,41). Sum of RGB (Red+Green+Blue) = 189+165+41=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 165 (64.84% from 255 or 41.77% from 395); Blue value is 41 (16.41% from 255 or 10.38% from 395); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA529 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA529 is #425AD6. Grayscale: #9E9E9E. Windows color (decimal): -4348631 or 2729405. OLE color: 2729405.

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

Color convert

RGB 189 165 41 -
CMYK 0 0.13 0.78 0.26
HSL 50.27º 0.64% 0.45% -
HSV(B) 50.27º 0.78% 0.74% -
XYZ 34.84 37.89 7.57 -
YUV 158.04 61.95 150.08 -
System Red Green Blue C M Y K H S L
Decimal 189 165 41 0 0.13 0.78 0.26 50.27 0.64 0.45
Hex BD A5 29 0 D 4E 1A 32 40 2D
Octal 275 245 51 0 15 116 32 62 100 55
Binary 10111101 10100101 101001 0 1101 1001110 11010 110010 1000000 101101

Color Harmonies of #BDA529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA529

Black with #BDA529

Text Example


Text Example

White with #BDA529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA529; }

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

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

background-color css

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

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

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

border-color css

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

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

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