Html Css Color HEX #BDA321 Earls Green

📋 copy color: '#BDA321'

red 189 ◦ green 163 ◦ blue 33

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

Shades of Earls Green #BDA321

Tints of Earls Green #BDA321

RGB

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

 GREEN value IS 163 (64.06% from 255) = 42.34%

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

R = 49.09%
G = 42.34%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BDA321 (or 0xBDA321) is known color: Earls Green. HEX triplet: BD, A3 and 21. RGB value is (189,163,33). Sum of RGB (Red+Green+Blue) = 189+163+33=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 163 (64.06% from 255 or 42.34% from 385); Blue value is 33 (13.28% from 255 or 8.57% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA321 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA321 is #425CDE. Grayscale: #9C9C9C. Windows color (decimal): -4349151 or 2204605. OLE color: 2204605.

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

Color convert

RGB 189 163 33 -
CMYK 0 0.14 0.83 0.26
HSL 50º 0.7% 0.44% -
HSV(B) 50º 0.83% 0.74% -
XYZ 34.36 37.12 6.79 -
YUV 155.95 58.61 151.57 -
System Red Green Blue C M Y K H S L
Decimal 189 163 33 0 0.14 0.83 0.26 50 0.7 0.44
Hex BD A3 21 0 E 53 1A 32 46 2C
Octal 275 243 41 0 16 123 32 62 106 54
Binary 10111101 10100011 100001 0 1110 1010011 11010 110010 1000110 101100

Color Harmonies of #BDA321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA321

Black with #BDA321

Text Example


Text Example

White with #BDA321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA321; }

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

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

background-color css

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

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

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

border-color css

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

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

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