Html Css Color HEX #B5A12C Earls Green

📋 copy color: '#B5A12C'

red 181 ◦ green 161 ◦ blue 44

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

Shades of Earls Green #B5A12C

Tints of Earls Green #B5A12C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 41.71%

 BLUE value IS 44 (17.58% from 255) = 11.4%

R = 46.89%
G = 41.71%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B5A12C (or 0xB5A12C) is known color: Earls Green. HEX triplet: B5, A1 and 2C. RGB value is (181,161,44). Sum of RGB (Red+Green+Blue) = 181+161+44=386 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.89% from 386); Green value is 161 (63.28% from 255 or 41.71% from 386); Blue value is 44 (17.58% from 255 or 11.40% from 386); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A12C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A12C is #4A5ED3. Grayscale: #9A9A9A. Windows color (decimal): -4873940 or 2924981. OLE color: 2924981.

HSL color Cylindrical-coordinate representation of color #B5A12C: hue angle of 51.24º degrees, saturation: 0.61, 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 #B5A12C is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 161 44 -
CMYK 0 0.11 0.76 0.29
HSL 51.24º 0.61% 0.44% -
HSV(B) 51.24º 0.76% 0.71% -
XYZ 32.26 35.5 7.53 -
YUV 153.64 66.13 147.51 -
System Red Green Blue C M Y K H S L
Decimal 181 161 44 0 0.11 0.76 0.29 51.24 0.61 0.44
Hex B5 A1 2C 0 B 4C 1D 33 3D 2C
Octal 265 241 54 0 13 114 35 63 75 54
Binary 10110101 10100001 101100 0 1011 1001100 11101 110011 111101 101100

Color Harmonies of #B5A12C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A12C

Black with #B5A12C

Text Example


Text Example

White with #B5A12C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A12C; }

 p { color: rgb(181,161,44); }

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

background-color css

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

 a { background-color: rgb(181,161,44); }

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

border-color css

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

 span { border-color: rgb(181,161,44); }

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