Html Css Color HEX #B5AF28 Earls Green

📋 copy color: '#B5AF28'

red 181 ◦ green 175 ◦ blue 40

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

Shades of Earls Green #B5AF28

Tints of Earls Green #B5AF28

RGB

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

 GREEN value IS 175 (68.75% from 255) = 44.19%

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

R = 45.71%
G = 44.19%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B5AF28 (or 0xB5AF28) is known color: Earls Green. HEX triplet: B5, AF and 28. RGB value is (181,175,40). Sum of RGB (Red+Green+Blue) = 181+175+40=396 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.71% from 396); Green value is 175 (68.75% from 255 or 44.19% from 396); Blue value is 40 (16.02% from 255 or 10.10% from 396); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AF28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5AF28 is #4A50D7. Grayscale: #A1A1A1. Windows color (decimal): -4870360 or 2666421. OLE color: 2666421.

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

Color convert

RGB 181 175 40 -
CMYK 0 0.03 0.78 0.29
HSL 57.45º 0.64% 0.43% -
HSV(B) 57.45º 0.78% 0.71% -
XYZ 34.77 40.64 8.02 -
YUV 161.4 59.49 141.98 -
System Red Green Blue C M Y K H S L
Decimal 181 175 40 0 0.03 0.78 0.29 57.45 0.64 0.43
Hex B5 AF 28 0 3 4E 1D 39 40 2B
Octal 265 257 50 0 3 116 35 71 100 53
Binary 10110101 10101111 101000 0 11 1001110 11101 111001 1000000 101011

Color Harmonies of #B5AF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AF28

Black with #B5AF28

Text Example


Text Example

White with #B5AF28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AF28; }

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

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

background-color css

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

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

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

border-color css

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

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

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