Html Css Color HEX #BDA521 Earls Green

📋 copy color: '#BDA521'

red 189 ◦ green 165 ◦ blue 33

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

Shades of Earls Green #BDA521

Tints of Earls Green #BDA521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.53%

R = 48.84%
G = 42.64%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BDA521 (or 0xBDA521) is known color: Earls Green. HEX triplet: BD, A5 and 21. RGB value is (189,165,33). Sum of RGB (Red+Green+Blue) = 189+165+33=387 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.84% from 387); Green value is 165 (64.84% from 255 or 42.64% from 387); Blue value is 33 (13.28% from 255 or 8.53% from 387); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA521 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA521 is #425ADE. Grayscale: #9D9D9D. Windows color (decimal): -4348639 or 2205117. OLE color: 2205117.

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

Color convert

RGB 189 165 33 -
CMYK 0 0.13 0.83 0.26
HSL 50.77º 0.7% 0.44% -
HSV(B) 50.77º 0.83% 0.74% -
XYZ 34.72 37.84 6.91 -
YUV 157.13 57.95 150.73 -
System Red Green Blue C M Y K H S L
Decimal 189 165 33 0 0.13 0.83 0.26 50.77 0.7 0.44
Hex BD A5 21 0 D 53 1A 33 46 2C
Octal 275 245 41 0 15 123 32 63 106 54
Binary 10111101 10100101 100001 0 1101 1010011 11010 110011 1000110 101100

Color Harmonies of #BDA521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA521

Black with #BDA521

Text Example


Text Example

White with #BDA521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA521; }

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

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

background-color css

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

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

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

border-color css

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

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

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