Html Css Color HEX #B2AD10 Earls Green

📋 copy color: '#B2AD10'

red 178 ◦ green 173 ◦ blue 16

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

Shades of Earls Green #B2AD10

Tints of Earls Green #B2AD10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.36%

R = 48.5%
G = 47.14%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B2AD10 (or 0xB2AD10) is known color: Earls Green. HEX triplet: B2, AD and 10. RGB value is (178,173,16). Sum of RGB (Red+Green+Blue) = 178+173+16=367 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.50% from 367); Green value is 173 (67.97% from 255 or 47.14% from 367); Blue value is 16 (6.64% from 255 or 4.36% from 367); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AD10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2AD10 is #4D52EF. Grayscale: #9D9D9D. Windows color (decimal): -5067504 or 1093042. OLE color: 1093042.

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

Color convert

RGB 178 173 16 -
CMYK 0 0.03 0.91 0.30
HSL 58.15º 0.84% 0.38% -
HSV(B) 58.15º 0.91% 0.7% -
XYZ 33.4 39.39 6.33 -
YUV 156.6 48.66 143.27 -
System Red Green Blue C M Y K H S L
Decimal 178 173 16 0 0.03 0.91 0.30 58.15 0.84 0.38
Hex B2 AD 10 0 3 5B 1E 3A 54 26
Octal 262 255 20 0 3 133 36 72 124 46
Binary 10110010 10101101 10000 0 11 1011011 11110 111010 1010100 100110

Color Harmonies of #B2AD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AD10

Black with #B2AD10

Text Example


Text Example

White with #B2AD10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AD10; }

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

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

background-color css

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

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

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

border-color css

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

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

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