Html Css Color HEX #BDB420 Earls Green

📋 copy color: '#BDB420'

red 189 ◦ green 180 ◦ blue 32

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

Shades of Earls Green #BDB420

Tints of Earls Green #BDB420

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.89%

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

R = 47.13%
G = 44.89%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BDB420 (or 0xBDB420) is known color: Earls Green. HEX triplet: BD, B4 and 20. RGB value is (189,180,32). Sum of RGB (Red+Green+Blue) = 189+180+32=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 180 (70.70% from 255 or 44.89% from 401); Blue value is 32 (12.89% from 255 or 7.98% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB420 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB420 is #424BDF. Grayscale: #A6A6A6. Windows color (decimal): -4344800 or 2143421. OLE color: 2143421.

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

Color convert

RGB 189 180 32 -
CMYK 0 0.05 0.83 0.26
HSL 56.56º 0.71% 0.43% -
HSV(B) 56.56º 0.83% 0.74% -
XYZ 37.57 43.57 7.8 -
YUV 165.82 52.48 144.53 -
System Red Green Blue C M Y K H S L
Decimal 189 180 32 0 0.05 0.83 0.26 56.56 0.71 0.43
Hex BD B4 20 0 5 53 1A 39 47 2B
Octal 275 264 40 0 5 123 32 71 107 53
Binary 10111101 10110100 100000 0 101 1010011 11010 111001 1000111 101011

Color Harmonies of #BDB420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB420

Black with #BDB420

Text Example


Text Example

White with #BDB420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB420; }

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

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

background-color css

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

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

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

border-color css

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

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

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