Html Css Color HEX #BDB015 Earls Green

📋 copy color: '#BDB015'

red 189 ◦ green 176 ◦ blue 21

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

Shades of Earls Green #BDB015

Tints of Earls Green #BDB015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.44%

R = 48.96%
G = 45.6%
B = 5.44%

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

#BDB015 (or 0xBDB015) is known color: Earls Green. HEX triplet: BD, B0 and 15. RGB value is (189,176,21). Sum of RGB (Red+Green+Blue) = 189+176+21=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 176 (69.14% from 255 or 45.60% from 386); Blue value is 21 (8.59% from 255 or 5.44% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB015 is #424FEA. Grayscale: #A2A2A2. Windows color (decimal): -4345835 or 1421501. OLE color: 1421501.

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

Color convert

RGB 189 176 21 -
CMYK 0 0.07 0.89 0.26
HSL 55.36º 0.8% 0.41% -
HSV(B) 55.36º 0.89% 0.74% -
XYZ 36.65 41.92 6.87 -
YUV 162.22 48.31 147.1 -
System Red Green Blue C M Y K H S L
Decimal 189 176 21 0 0.07 0.89 0.26 55.36 0.8 0.41
Hex BD B0 15 0 7 59 1A 37 50 29
Octal 275 260 25 0 7 131 32 67 120 51
Binary 10111101 10110000 10101 0 111 1011001 11010 110111 1010000 101001

Color Harmonies of #BDB015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB015

Black with #BDB015

Text Example


Text Example

White with #BDB015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB015; }

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

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

background-color css

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

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

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

border-color css

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

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

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