Html Css Color HEX #BDB020 Earls Green

📋 copy color: '#BDB020'

red 189 ◦ green 176 ◦ blue 32

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

Shades of Earls Green #BDB020

Tints of Earls Green #BDB020

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.33%

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

R = 47.61%
G = 44.33%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BDB020 (or 0xBDB020) is known color: Earls Green. HEX triplet: BD, B0 and 20. RGB value is (189,176,32). Sum of RGB (Red+Green+Blue) = 189+176+32=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 176 (69.14% from 255 or 44.33% from 397); Blue value is 32 (12.89% from 255 or 8.06% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB020 is #424FDF. Grayscale: #A4A4A4. Windows color (decimal): -4345824 or 2142397. OLE color: 2142397.

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

Color convert

RGB 189 176 32 -
CMYK 0 0.07 0.83 0.26
HSL 55.03º 0.71% 0.43% -
HSV(B) 55.03º 0.83% 0.74% -
XYZ 36.77 41.97 7.53 -
YUV 163.47 53.81 146.21 -
System Red Green Blue C M Y K H S L
Decimal 189 176 32 0 0.07 0.83 0.26 55.03 0.71 0.43
Hex BD B0 20 0 7 53 1A 37 47 2B
Octal 275 260 40 0 7 123 32 67 107 53
Binary 10111101 10110000 100000 0 111 1010011 11010 110111 1000111 101011

Color Harmonies of #BDB020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB020

Black with #BDB020

Text Example


Text Example

White with #BDB020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB020; }

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

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

background-color css

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

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

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

border-color css

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

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

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