Html Css Color HEX #B8A228 Earls Green

📋 copy color: '#B8A228'

red 184 ◦ green 162 ◦ blue 40

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

Shades of Earls Green #B8A228

Tints of Earls Green #B8A228

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.97%

 BLUE value IS 40 (16.02% from 255) = 10.36%

R = 47.67%
G = 41.97%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B8A228 (or 0xB8A228) is known color: Earls Green. HEX triplet: B8, A2 and 28. RGB value is (184,162,40). Sum of RGB (Red+Green+Blue) = 184+162+40=386 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.67% from 386); Green value is 162 (63.67% from 255 or 41.97% from 386); Blue value is 40 (16.02% from 255 or 10.36% from 386); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A228 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A228 is #475DD7. Grayscale: #9B9B9B. Windows color (decimal): -4677080 or 2663096. OLE color: 2663096.

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

Color convert

RGB 184 162 40 -
CMYK 0 0.12 0.78 0.28
HSL 50.83º 0.64% 0.44% -
HSV(B) 50.83º 0.78% 0.72% -
XYZ 33.07 36.18 7.25 -
YUV 154.67 63.29 148.92 -
System Red Green Blue C M Y K H S L
Decimal 184 162 40 0 0.12 0.78 0.28 50.83 0.64 0.44
Hex B8 A2 28 0 C 4E 1C 33 40 2C
Octal 270 242 50 0 14 116 34 63 100 54
Binary 10111000 10100010 101000 0 1100 1001110 11100 110011 1000000 101100

Color Harmonies of #B8A228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A228

Black with #B8A228

Text Example


Text Example

White with #B8A228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A228; }

 p { color: rgb(184,162,40); }

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

background-color css

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

 a { background-color: rgb(184,162,40); }

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

border-color css

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

 span { border-color: rgb(184,162,40); }

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