Html Css Color HEX #B2AD13 Earls Green

📋 copy color: '#B2AD13'

red 178 ◦ green 173 ◦ blue 19

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

Shades of Earls Green #B2AD13

Tints of Earls Green #B2AD13

RGB

 RED value IS 178 (69.92% from 255) = 48.11%

 GREEN value IS 173 (67.97% from 255) = 46.76%

 BLUE value IS 19 (7.81% from 255) = 5.14%

R = 48.11%
G = 46.76%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B2AD13 (or 0xB2AD13) is known color: Earls Green. HEX triplet: B2, AD and 13. RGB value is (178,173,19). Sum of RGB (Red+Green+Blue) = 178+173+19=370 (49% of max value = 765). Red value is 178 (69.92% from 255 or 48.11% from 370); Green value is 173 (67.97% from 255 or 46.76% from 370); Blue value is 19 (7.81% from 255 or 5.14% from 370); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AD13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2AD13 is #4D52EC. Grayscale: #9D9D9D. Windows color (decimal): -5067501 or 1289650. OLE color: 1289650.

HSL color Cylindrical-coordinate representation of color #B2AD13: hue angle of 58.11º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B2AD13 is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 173 19 -
CMYK 0 0.03 0.89 0.30
HSL 58.11º 0.81% 0.39% -
HSV(B) 58.11º 0.89% 0.7% -
XYZ 33.42 39.4 6.46 -
YUV 156.94 50.16 143.02 -
System Red Green Blue C M Y K H S L
Decimal 178 173 19 0 0.03 0.89 0.30 58.11 0.81 0.39
Hex B2 AD 13 0 3 59 1E 3A 51 27
Octal 262 255 23 0 3 131 36 72 121 47
Binary 10110010 10101101 10011 0 11 1011001 11110 111010 1010001 100111

Color Harmonies of #B2AD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AD13

Black with #B2AD13

Text Example


Text Example

White with #B2AD13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AD13; }

 p { color: rgb(178,173,19); }

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

background-color css

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

 a { background-color: rgb(178,173,19); }

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

border-color css

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

 span { border-color: rgb(178,173,19); }

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