Html Css Color HEX #B8AC1E Earls Green

📋 copy color: '#B8AC1E'

red 184 ◦ green 172 ◦ blue 30

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

Shades of Earls Green #B8AC1E

Tints of Earls Green #B8AC1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.77%

R = 47.67%
G = 44.56%
B = 7.77%

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

#B8AC1E (or 0xB8AC1E) is known color: Earls Green. HEX triplet: B8, AC and 1E. RGB value is (184,172,30). Sum of RGB (Red+Green+Blue) = 184+172+30=386 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.67% from 386); Green value is 172 (67.58% from 255 or 44.56% from 386); Blue value is 30 (12.11% from 255 or 7.77% from 386); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AC1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AC1E is #4753E1. Grayscale: #9F9F9F. Windows color (decimal): -4674530 or 2010296. OLE color: 2010296.

HSL color Cylindrical-coordinate representation of color #B8AC1E: hue angle of 55.32º degrees, saturation: 0.72, 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 #B8AC1E is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 172 30 -
CMYK 0 0.07 0.84 0.28
HSL 55.32º 0.72% 0.42% -
HSV(B) 55.32º 0.84% 0.72% -
XYZ 34.75 39.79 7.08 -
YUV 159.4 54.98 145.55 -
System Red Green Blue C M Y K H S L
Decimal 184 172 30 0 0.07 0.84 0.28 55.32 0.72 0.42
Hex B8 AC 1E 0 7 54 1C 37 48 2A
Octal 270 254 36 0 7 124 34 67 110 52
Binary 10111000 10101100 11110 0 111 1010100 11100 110111 1001000 101010

Color Harmonies of #B8AC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AC1E

Black with #B8AC1E

Text Example


Text Example

White with #B8AC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AC1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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