Html Css Color HEX #B5A42B Earls Green

📋 copy color: '#B5A42B'

red 181 ◦ green 164 ◦ blue 43

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

Shades of Earls Green #B5A42B

Tints of Earls Green #B5A42B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 42.27%

 BLUE value IS 43 (17.19% from 255) = 11.08%

R = 46.65%
G = 42.27%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B5A42B (or 0xB5A42B) is known color: Earls Green. HEX triplet: B5, A4 and 2B. RGB value is (181,164,43). Sum of RGB (Red+Green+Blue) = 181+164+43=388 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.65% from 388); Green value is 164 (64.45% from 255 or 42.27% from 388); Blue value is 43 (17.19% from 255 or 11.08% from 388); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A42B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A42B is #4A5BD4. Grayscale: #9B9B9B. Windows color (decimal): -4873173 or 2860213. OLE color: 2860213.

HSL color Cylindrical-coordinate representation of color #B5A42B: hue angle of 52.61º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B5A42B is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 164 43 -
CMYK 0 0.09 0.76 0.29
HSL 52.61º 0.62% 0.44% -
HSV(B) 52.61º 0.76% 0.71% -
XYZ 32.77 36.55 7.61 -
YUV 155.29 64.63 146.34 -
System Red Green Blue C M Y K H S L
Decimal 181 164 43 0 0.09 0.76 0.29 52.61 0.62 0.44
Hex B5 A4 2B 0 9 4C 1D 35 3E 2C
Octal 265 244 53 0 11 114 35 65 76 54
Binary 10110101 10100100 101011 0 1001 1001100 11101 110101 111110 101100

Color Harmonies of #B5A42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A42B

Black with #B5A42B

Text Example


Text Example

White with #B5A42B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A42B; }

 p { color: rgb(181,164,43); }

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

background-color css

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

 a { background-color: rgb(181,164,43); }

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

border-color css

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

 span { border-color: rgb(181,164,43); }

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