Html Css Color HEX #BDA617 Earls Green

📋 copy color: '#BDA617'

red 189 ◦ green 166 ◦ blue 23

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

Shades of Earls Green #BDA617

Tints of Earls Green #BDA617

RGB

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

 GREEN value IS 166 (65.23% from 255) = 43.92%

 BLUE value IS 23 (9.38% from 255) = 6.08%

R = 50%
G = 43.92%
B = 6.08%

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

#BDA617 (or 0xBDA617) is known color: Earls Green. HEX triplet: BD, A6 and 17. RGB value is (189,166,23). Sum of RGB (Red+Green+Blue) = 189+166+23=378 (50% of max value = 765). Red value is 189 (74.22% from 255 or 50% from 378); Green value is 166 (65.23% from 255 or 43.92% from 378); Blue value is 23 (9.38% from 255 or 6.08% from 378); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA617 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA617 is #4259E8. Grayscale: #9D9D9D. Windows color (decimal): -4348393 or 1550013. OLE color: 1550013.

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

Color convert

RGB 189 166 23 -
CMYK 0 0.12 0.88 0.26
HSL 51.69º 0.78% 0.42% -
HSV(B) 51.69º 0.88% 0.74% -
XYZ 34.78 38.15 6.34 -
YUV 156.58 52.62 151.13 -
System Red Green Blue C M Y K H S L
Decimal 189 166 23 0 0.12 0.88 0.26 51.69 0.78 0.42
Hex BD A6 17 0 C 58 1A 34 4E 2A
Octal 275 246 27 0 14 130 32 64 116 52
Binary 10111101 10100110 10111 0 1100 1011000 11010 110100 1001110 101010

Color Harmonies of #BDA617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA617

Black with #BDA617

Text Example


Text Example

White with #BDA617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA617; }

 p { color: rgb(189,166,23); }

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

background-color css

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

 a { background-color: rgb(189,166,23); }

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

border-color css

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

 span { border-color: rgb(189,166,23); }

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