Html Css Color HEX #BDB014 Earls Green

📋 copy color: '#BDB014'

red 189 ◦ green 176 ◦ blue 20

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

Shades of Earls Green #BDB014

Tints of Earls Green #BDB014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.19%

R = 49.09%
G = 45.71%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BDB014 (or 0xBDB014) is known color: Earls Green. HEX triplet: BD, B0 and 14. RGB value is (189,176,20). Sum of RGB (Red+Green+Blue) = 189+176+20=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 176 (69.14% from 255 or 45.71% from 385); Blue value is 20 (8.20% from 255 or 5.19% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB014 is #424FEB. Grayscale: #A2A2A2. Windows color (decimal): -4345836 or 1355965. OLE color: 1355965.

HSL color Cylindrical-coordinate representation of color #BDB014: hue angle of 55.38º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BDB014 is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 176 20 -
CMYK 0 0.07 0.89 0.26
HSL 55.38º 0.81% 0.41% -
HSV(B) 55.38º 0.89% 0.74% -
XYZ 36.64 41.92 6.82 -
YUV 162.1 47.81 147.18 -
System Red Green Blue C M Y K H S L
Decimal 189 176 20 0 0.07 0.89 0.26 55.38 0.81 0.41
Hex BD B0 14 0 7 59 1A 37 51 29
Octal 275 260 24 0 7 131 32 67 121 51
Binary 10111101 10110000 10100 0 111 1011001 11010 110111 1010001 101001

Color Harmonies of #BDB014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB014

Black with #BDB014

Text Example


Text Example

White with #BDB014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB014; }

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

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

background-color css

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

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

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

border-color css

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

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

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