Html Css Color HEX #B8AC1D Earls Green

📋 copy color: '#B8AC1D'

red 184 ◦ green 172 ◦ blue 29

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

Shades of Earls Green #B8AC1D

Tints of Earls Green #B8AC1D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 44.68%

 BLUE value IS 29 (11.72% from 255) = 7.53%

R = 47.79%
G = 44.68%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B8AC1D (or 0xB8AC1D) is known color: Earls Green. HEX triplet: B8, AC and 1D. RGB value is (184,172,29). Sum of RGB (Red+Green+Blue) = 184+172+29=385 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.79% from 385); Green value is 172 (67.58% from 255 or 44.68% from 385); Blue value is 29 (11.72% from 255 or 7.53% from 385); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AC1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AC1D is #4753E2. Grayscale: #9F9F9F. Windows color (decimal): -4674531 or 1944760. OLE color: 1944760.

HSL color Cylindrical-coordinate representation of color #B8AC1D: hue angle of 55.35º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B8AC1D is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 172 29 -
CMYK 0 0.07 0.84 0.28
HSL 55.35º 0.73% 0.42% -
HSV(B) 55.35º 0.84% 0.72% -
XYZ 34.74 39.78 7.01 -
YUV 159.29 54.48 145.63 -
System Red Green Blue C M Y K H S L
Decimal 184 172 29 0 0.07 0.84 0.28 55.35 0.73 0.42
Hex B8 AC 1D 0 7 54 1C 37 49 2A
Octal 270 254 35 0 7 124 34 67 111 52
Binary 10111000 10101100 11101 0 111 1010100 11100 110111 1001001 101010

Color Harmonies of #B8AC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AC1D

Black with #B8AC1D

Text Example


Text Example

White with #B8AC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AC1D; }

 p { color: rgb(184,172,29); }

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

background-color css

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

 a { background-color: rgb(184,172,29); }

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

border-color css

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

 span { border-color: rgb(184,172,29); }

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