Html Css Color HEX #B2AD23 Earls Green

📋 copy color: '#B2AD23'

red 178 ◦ green 173 ◦ blue 35

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

Shades of Earls Green #B2AD23

Tints of Earls Green #B2AD23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.07%

R = 46.11%
G = 44.82%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B2AD23 (or 0xB2AD23) is known color: Earls Green. HEX triplet: B2, AD and 23. RGB value is (178,173,35). Sum of RGB (Red+Green+Blue) = 178+173+35=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 173 (67.97% from 255 or 44.82% from 386); Blue value is 35 (14.06% from 255 or 9.07% from 386); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AD23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AD23 is #4D52DC. Grayscale: #9F9F9F. Windows color (decimal): -5067485 or 2338226. OLE color: 2338226.

HSL color Cylindrical-coordinate representation of color #B2AD23: hue angle of 57.9º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B2AD23 is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 173 35 -
CMYK 0 0.03 0.80 0.30
HSL 57.9º 0.67% 0.42% -
HSV(B) 57.9º 0.8% 0.7% -
XYZ 33.61 39.47 7.44 -
YUV 158.76 58.16 141.72 -
System Red Green Blue C M Y K H S L
Decimal 178 173 35 0 0.03 0.80 0.30 57.9 0.67 0.42
Hex B2 AD 23 0 3 50 1E 3A 43 2A
Octal 262 255 43 0 3 120 36 72 103 52
Binary 10110010 10101101 100011 0 11 1010000 11110 111010 1000011 101010

Color Harmonies of #B2AD23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AD23

Black with #B2AD23

Text Example


Text Example

White with #B2AD23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AD23; }

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

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

background-color css

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

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

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

border-color css

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

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

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