Html Css Color HEX #BDA320 Earls Green

📋 copy color: '#BDA320'

red 189 ◦ green 163 ◦ blue 32

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

Shades of Earls Green #BDA320

Tints of Earls Green #BDA320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.33%

R = 49.22%
G = 42.45%
B = 8.33%

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

#BDA320 (or 0xBDA320) is known color: Earls Green. HEX triplet: BD, A3 and 20. RGB value is (189,163,32). Sum of RGB (Red+Green+Blue) = 189+163+32=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 163 (64.06% from 255 or 42.45% from 384); Blue value is 32 (12.89% from 255 or 8.33% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA320 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA320 is #425CDF. Grayscale: #9C9C9C. Windows color (decimal): -4349152 or 2139069. OLE color: 2139069.

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

Color convert

RGB 189 163 32 -
CMYK 0 0.14 0.83 0.26
HSL 50.06º 0.71% 0.43% -
HSV(B) 50.06º 0.83% 0.74% -
XYZ 34.34 37.12 6.72 -
YUV 155.84 58.11 151.65 -
System Red Green Blue C M Y K H S L
Decimal 189 163 32 0 0.14 0.83 0.26 50.06 0.71 0.43
Hex BD A3 20 0 E 53 1A 32 47 2B
Octal 275 243 40 0 16 123 32 62 107 53
Binary 10111101 10100011 100000 0 1110 1010011 11010 110010 1000111 101011

Color Harmonies of #BDA320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA320

Black with #BDA320

Text Example


Text Example

White with #BDA320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA320; }

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

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

background-color css

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

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

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

border-color css

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

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

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