Html Css Color HEX #B7A528 Earls Green

📋 copy color: '#B7A528'

red 183 ◦ green 165 ◦ blue 40

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

Shades of Earls Green #B7A528

Tints of Earls Green #B7A528

RGB

 RED value IS 183 (71.88% from 255) = 47.16%

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

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

R = 47.16%
G = 42.53%
B = 10.31%

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

#B7A528 (or 0xB7A528) is known color: Earls Green. HEX triplet: B7, A5 and 28. RGB value is (183,165,40). Sum of RGB (Red+Green+Blue) = 183+165+40=388 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.16% from 388); Green value is 165 (64.84% from 255 or 42.53% from 388); Blue value is 40 (16.02% from 255 or 10.31% from 388); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A528 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A528 is #485AD7. Grayscale: #9C9C9C. Windows color (decimal): -4741848 or 2663863. OLE color: 2663863.

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

Color convert

RGB 183 165 40 -
CMYK 0 0.10 0.78 0.28
HSL 52.45º 0.64% 0.44% -
HSV(B) 52.45º 0.78% 0.72% -
XYZ 33.37 37.13 7.42 -
YUV 156.13 62.46 147.16 -
System Red Green Blue C M Y K H S L
Decimal 183 165 40 0 0.10 0.78 0.28 52.45 0.64 0.44
Hex B7 A5 28 0 A 4E 1C 34 40 2C
Octal 267 245 50 0 12 116 34 64 100 54
Binary 10110111 10100101 101000 0 1010 1001110 11100 110100 1000000 101100

Color Harmonies of #B7A528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A528

Black with #B7A528

Text Example


Text Example

White with #B7A528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A528; }

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

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

background-color css

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

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

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

border-color css

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

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

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