Html Css Color HEX #B8A517 Earls Green

📋 copy color: '#B8A517'

red 184 ◦ green 165 ◦ blue 23

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

Shades of Earls Green #B8A517

Tints of Earls Green #B8A517

RGB

 RED value IS 184 (72.27% from 255) = 49.46%

 GREEN value IS 165 (64.84% from 255) = 44.35%

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

R = 49.46%
G = 44.35%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B8A517 (or 0xB8A517) is known color: Earls Green. HEX triplet: B8, A5 and 17. RGB value is (184,165,23). Sum of RGB (Red+Green+Blue) = 184+165+23=372 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.46% from 372); Green value is 165 (64.84% from 255 or 44.35% from 372); Blue value is 23 (9.38% from 255 or 6.18% from 372); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A517 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8A517 is #475AE8. Grayscale: #9B9B9B. Windows color (decimal): -4676329 or 1549752. OLE color: 1549752.

HSL color Cylindrical-coordinate representation of color #B8A517: hue angle of 52.92º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B8A517 is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 165 23 -
CMYK 0 0.10 0.88 0.28
HSL 52.92º 0.78% 0.41% -
HSV(B) 52.92º 0.88% 0.72% -
XYZ 33.38 37.16 6.22 -
YUV 154.49 53.79 149.05 -
System Red Green Blue C M Y K H S L
Decimal 184 165 23 0 0.10 0.88 0.28 52.92 0.78 0.41
Hex B8 A5 17 0 A 58 1C 35 4E 29
Octal 270 245 27 0 12 130 34 65 116 51
Binary 10111000 10100101 10111 0 1010 1011000 11100 110101 1001110 101001

Color Harmonies of #B8A517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A517

Black with #B8A517

Text Example


Text Example

White with #B8A517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A517; }

 p { color: rgb(184,165,23); }

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

background-color css

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

 a { background-color: rgb(184,165,23); }

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

border-color css

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

 span { border-color: rgb(184,165,23); }

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