Html Css Color HEX #BDB720 Earls Green

📋 copy color: '#BDB720'

red 189 ◦ green 183 ◦ blue 32

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

Shades of Earls Green #BDB720

Tints of Earls Green #BDB720

RGB

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

 GREEN value IS 183 (71.88% from 255) = 45.3%

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

R = 46.78%
G = 45.3%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BDB720 (or 0xBDB720) is known color: Earls Green. HEX triplet: BD, B7 and 20. RGB value is (189,183,32). Sum of RGB (Red+Green+Blue) = 189+183+32=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 183 (71.88% from 255 or 45.30% from 404); Blue value is 32 (12.89% from 255 or 7.92% from 404); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB720 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB720 is #4248DF. Grayscale: #A8A8A8. Windows color (decimal): -4344032 or 2144189. OLE color: 2144189.

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

Color convert

RGB 189 183 32 -
CMYK 0 0.03 0.83 0.26
HSL 57.71º 0.71% 0.43% -
HSV(B) 57.71º 0.83% 0.74% -
XYZ 38.18 44.79 8 -
YUV 167.58 51.49 143.28 -
System Red Green Blue C M Y K H S L
Decimal 189 183 32 0 0.03 0.83 0.26 57.71 0.71 0.43
Hex BD B7 20 0 3 53 1A 3A 47 2B
Octal 275 267 40 0 3 123 32 72 107 53
Binary 10111101 10110111 100000 0 11 1010011 11010 111010 1000111 101011

Color Harmonies of #BDB720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB720

Black with #BDB720

Text Example


Text Example

White with #BDB720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB720; }

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

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

background-color css

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

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

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

border-color css

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

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

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