Html Css Color HEX #B8A828 Earls Green

📋 copy color: '#B8A828'

red 184 ◦ green 168 ◦ blue 40

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

Shades of Earls Green #B8A828

Tints of Earls Green #B8A828

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.86%

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

R = 46.94%
G = 42.86%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B8A828 (or 0xB8A828) is known color: Earls Green. HEX triplet: B8, A8 and 28. RGB value is (184,168,40). Sum of RGB (Red+Green+Blue) = 184+168+40=392 (51% of max value = 765). Red value is 184 (72.27% from 255 or 46.94% from 392); Green value is 168 (66.02% from 255 or 42.86% from 392); Blue value is 40 (16.02% from 255 or 10.20% from 392); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A828 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A828 is #4757D7. Grayscale: #9E9E9E. Windows color (decimal): -4675544 or 2664632. OLE color: 2664632.

HSL color Cylindrical-coordinate representation of color #B8A828: hue angle of 53.33º 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 #B8A828 is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 168 40 -
CMYK 0 0.09 0.78 0.28
HSL 53.33º 0.64% 0.44% -
HSV(B) 53.33º 0.78% 0.72% -
XYZ 34.15 38.35 7.61 -
YUV 158.19 61.3 146.41 -
System Red Green Blue C M Y K H S L
Decimal 184 168 40 0 0.09 0.78 0.28 53.33 0.64 0.44
Hex B8 A8 28 0 9 4E 1C 35 40 2C
Octal 270 250 50 0 11 116 34 65 100 54
Binary 10111000 10101000 101000 0 1001 1001110 11100 110101 1000000 101100

Color Harmonies of #B8A828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A828

Black with #B8A828

Text Example


Text Example

White with #B8A828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A828; }

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

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

background-color css

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

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

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

border-color css

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

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

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