Html Css Color HEX #B2AD2C Earls Green

📋 copy color: '#B2AD2C'

red 178 ◦ green 173 ◦ blue 44

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

Shades of Earls Green #B2AD2C

Tints of Earls Green #B2AD2C

RGB

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

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

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

R = 45.06%
G = 43.8%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B2AD2C (or 0xB2AD2C) is known color: Earls Green. HEX triplet: B2, AD and 2C. RGB value is (178,173,44). Sum of RGB (Red+Green+Blue) = 178+173+44=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 173 (67.97% from 255 or 43.80% from 395); Blue value is 44 (17.58% from 255 or 11.14% from 395); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AD2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AD2C is #4D52D3. Grayscale: #A0A0A0. Windows color (decimal): -5067476 or 2928050. OLE color: 2928050.

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

Color convert

RGB 178 173 44 -
CMYK 0 0.03 0.75 0.30
HSL 57.76º 0.6% 0.44% -
HSV(B) 57.76º 0.75% 0.7% -
XYZ 33.76 39.53 8.23 -
YUV 159.79 62.66 140.99 -
System Red Green Blue C M Y K H S L
Decimal 178 173 44 0 0.03 0.75 0.30 57.76 0.6 0.44
Hex B2 AD 2C 0 3 4B 1E 3A 3C 2C
Octal 262 255 54 0 3 113 36 72 74 54
Binary 10110010 10101101 101100 0 11 1001011 11110 111010 111100 101100

Color Harmonies of #B2AD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AD2C

Black with #B2AD2C

Text Example


Text Example

White with #B2AD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AD2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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