Html Css Color HEX #B2AD25 Earls Green

📋 copy color: '#B2AD25'

red 178 ◦ green 173 ◦ blue 37

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

Shades of Earls Green #B2AD25

Tints of Earls Green #B2AD25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.54%

R = 45.88%
G = 44.59%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B2AD25 (or 0xB2AD25) is known color: Earls Green. HEX triplet: B2, AD and 25. RGB value is (178,173,37). Sum of RGB (Red+Green+Blue) = 178+173+37=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 173 (67.97% from 255 or 44.59% from 388); Blue value is 37 (14.84% from 255 or 9.54% from 388); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AD25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AD25 is #4D52DA. Grayscale: #9F9F9F. Windows color (decimal): -5067483 or 2469298. OLE color: 2469298.

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

Color convert

RGB 178 173 37 -
CMYK 0 0.03 0.79 0.30
HSL 57.87º 0.66% 0.42% -
HSV(B) 57.87º 0.79% 0.7% -
XYZ 33.64 39.49 7.6 -
YUV 158.99 59.16 141.56 -
System Red Green Blue C M Y K H S L
Decimal 178 173 37 0 0.03 0.79 0.30 57.87 0.66 0.42
Hex B2 AD 25 0 3 4F 1E 3A 42 2A
Octal 262 255 45 0 3 117 36 72 102 52
Binary 10110010 10101101 100101 0 11 1001111 11110 111010 1000010 101010

Color Harmonies of #B2AD25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AD25

Black with #B2AD25

Text Example


Text Example

White with #B2AD25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AD25; }

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

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

background-color css

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

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

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

border-color css

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

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

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