Html Css Color HEX #BDA716 Earls Green

📋 copy color: '#BDA716'

red 189 ◦ green 167 ◦ blue 22

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

Shades of Earls Green #BDA716

Tints of Earls Green #BDA716

RGB

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

 GREEN value IS 167 (65.63% from 255) = 44.18%

 BLUE value IS 22 (8.98% from 255) = 5.82%

R = 50%
G = 44.18%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BDA716 (or 0xBDA716) is known color: Earls Green. HEX triplet: BD, A7 and 16. RGB value is (189,167,22). Sum of RGB (Red+Green+Blue) = 189+167+22=378 (50% of max value = 765). Red value is 189 (74.22% from 255 or 50% from 378); Green value is 167 (65.62% from 255 or 44.18% from 378); Blue value is 22 (8.98% from 255 or 5.82% from 378); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA716 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA716 is #4258E9. Grayscale: #9D9D9D. Windows color (decimal): -4348138 or 1484733. OLE color: 1484733.

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

Color convert

RGB 189 167 22 -
CMYK 0 0.12 0.88 0.26
HSL 52.1º 0.79% 0.41% -
HSV(B) 52.1º 0.88% 0.74% -
XYZ 34.95 38.51 6.35 -
YUV 157.05 51.79 150.79 -
System Red Green Blue C M Y K H S L
Decimal 189 167 22 0 0.12 0.88 0.26 52.1 0.79 0.41
Hex BD A7 16 0 C 58 1A 34 4F 29
Octal 275 247 26 0 14 130 32 64 117 51
Binary 10111101 10100111 10110 0 1100 1011000 11010 110100 1001111 101001

Color Harmonies of #BDA716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA716

Black with #BDA716

Text Example


Text Example

White with #BDA716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA716; }

 p { color: rgb(189,167,22); }

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

background-color css

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

 a { background-color: rgb(189,167,22); }

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

border-color css

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

 span { border-color: rgb(189,167,22); }

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