Html Css Color HEX #B8A528 Earls Green

📋 copy color: '#B8A528'

red 184 ◦ green 165 ◦ blue 40

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

Shades of Earls Green #B8A528

Tints of Earls Green #B8A528

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.42%

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

R = 47.3%
G = 42.42%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B8A528 (or 0xB8A528) is known color: Earls Green. HEX triplet: B8, A5 and 28. RGB value is (184,165,40). Sum of RGB (Red+Green+Blue) = 184+165+40=389 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.30% from 389); Green value is 165 (64.84% from 255 or 42.42% from 389); Blue value is 40 (16.02% from 255 or 10.28% from 389); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A528 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A528 is #475AD7. Grayscale: #9C9C9C. Windows color (decimal): -4676312 or 2663864. OLE color: 2663864.

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

Color convert

RGB 184 165 40 -
CMYK 0 0.10 0.78 0.28
HSL 52.08º 0.64% 0.44% -
HSV(B) 52.08º 0.78% 0.72% -
XYZ 33.61 37.25 7.43 -
YUV 156.43 62.29 147.66 -
System Red Green Blue C M Y K H S L
Decimal 184 165 40 0 0.10 0.78 0.28 52.08 0.64 0.44
Hex B8 A5 28 0 A 4E 1C 34 40 2C
Octal 270 245 50 0 12 116 34 64 100 54
Binary 10111000 10100101 101000 0 1010 1001110 11100 110100 1000000 101100

Color Harmonies of #B8A528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A528

Black with #B8A528

Text Example


Text Example

White with #B8A528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A528; }

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

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

background-color css

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

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

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

border-color css

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

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

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