Html Css Color HEX #B8AC2D Earls Green

📋 copy color: '#B8AC2D'

red 184 ◦ green 172 ◦ blue 45

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

Shades of Earls Green #B8AC2D

Tints of Earls Green #B8AC2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.22%

R = 45.89%
G = 42.89%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#B8AC2D (or 0xB8AC2D) is known color: Earls Green. HEX triplet: B8, AC and 2D. RGB value is (184,172,45). Sum of RGB (Red+Green+Blue) = 184+172+45=401 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.89% from 401); Green value is 172 (67.58% from 255 or 42.89% from 401); Blue value is 45 (17.97% from 255 or 11.22% from 401); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AC2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AC2D is #4753D2. Grayscale: #A1A1A1. Windows color (decimal): -4674515 or 2993336. OLE color: 2993336.

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

Color convert

RGB 184 172 45 -
CMYK 0 0.07 0.76 0.28
HSL 54.82º 0.61% 0.45% -
HSV(B) 54.82º 0.76% 0.72% -
XYZ 34.99 39.88 8.34 -
YUV 161.11 62.48 144.33 -
System Red Green Blue C M Y K H S L
Decimal 184 172 45 0 0.07 0.76 0.28 54.82 0.61 0.45
Hex B8 AC 2D 0 7 4C 1C 37 3D 2D
Octal 270 254 55 0 7 114 34 67 75 55
Binary 10111000 10101100 101101 0 111 1001100 11100 110111 111101 101101

Color Harmonies of #B8AC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AC2D

Black with #B8AC2D

Text Example


Text Example

White with #B8AC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AC2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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