Html Css Color HEX #B8AC2E Earls Green

📋 copy color: '#B8AC2E'

red 184 ◦ green 172 ◦ blue 46

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

Shades of Earls Green #B8AC2E

Tints of Earls Green #B8AC2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.44%

R = 45.77%
G = 42.79%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.75

 K value IS 0.28

RGB Variations

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

Color information

#B8AC2E (or 0xB8AC2E) is known color: Earls Green. HEX triplet: B8, AC and 2E. RGB value is (184,172,46). Sum of RGB (Red+Green+Blue) = 184+172+46=402 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.77% from 402); Green value is 172 (67.58% from 255 or 42.79% from 402); Blue value is 46 (18.36% from 255 or 11.44% from 402); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AC2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AC2E is #4753D1. Grayscale: #A1A1A1. Windows color (decimal): -4674514 or 3058872. OLE color: 3058872.

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

Color convert

RGB 184 172 46 -
CMYK 0 0.07 0.75 0.28
HSL 54.78º 0.6% 0.45% -
HSV(B) 54.78º 0.75% 0.72% -
XYZ 35.01 39.89 8.44 -
YUV 161.22 62.98 144.25 -
System Red Green Blue C M Y K H S L
Decimal 184 172 46 0 0.07 0.75 0.28 54.78 0.6 0.45
Hex B8 AC 2E 0 7 4B 1C 37 3C 2D
Octal 270 254 56 0 7 113 34 67 74 55
Binary 10111000 10101100 101110 0 111 1001011 11100 110111 111100 101101

Color Harmonies of #B8AC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AC2E

Black with #B8AC2E

Text Example


Text Example

White with #B8AC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AC2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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