Html Css Color HEX #B5A328 Earls Green

📋 copy color: '#B5A328'

red 181 ◦ green 163 ◦ blue 40

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

Shades of Earls Green #B5A328

Tints of Earls Green #B5A328

RGB

 RED value IS 181 (71.09% from 255) = 47.14%

 GREEN value IS 163 (64.06% from 255) = 42.45%

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

R = 47.14%
G = 42.45%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B5A328 (or 0xB5A328) is known color: Earls Green. HEX triplet: B5, A3 and 28. RGB value is (181,163,40). Sum of RGB (Red+Green+Blue) = 181+163+40=384 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.14% from 384); Green value is 163 (64.06% from 255 or 42.45% from 384); Blue value is 40 (16.02% from 255 or 10.42% from 384); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A328 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A328 is #4A5CD7. Grayscale: #9A9A9A. Windows color (decimal): -4873432 or 2663349. OLE color: 2663349.

HSL color Cylindrical-coordinate representation of color #B5A328: hue angle of 52.34º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B5A328 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 163 40 -
CMYK 0 0.10 0.78 0.29
HSL 52.34º 0.64% 0.43% -
HSV(B) 52.34º 0.78% 0.71% -
XYZ 32.54 36.17 7.27 -
YUV 154.36 63.46 147 -
System Red Green Blue C M Y K H S L
Decimal 181 163 40 0 0.10 0.78 0.29 52.34 0.64 0.43
Hex B5 A3 28 0 A 4E 1D 34 40 2B
Octal 265 243 50 0 12 116 35 64 100 53
Binary 10110101 10100011 101000 0 1010 1001110 11101 110100 1000000 101011

Color Harmonies of #B5A328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A328

Black with #B5A328

Text Example


Text Example

White with #B5A328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A328; }

 p { color: rgb(181,163,40); }

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

background-color css

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

 a { background-color: rgb(181,163,40); }

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

border-color css

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

 span { border-color: rgb(181,163,40); }

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