Html Css Color HEX #B2AD1E Earls Green

📋 copy color: '#B2AD1E'

red 178 ◦ green 173 ◦ blue 30

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

Shades of Earls Green #B2AD1E

Tints of Earls Green #B2AD1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.87%

R = 46.72%
G = 45.41%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#B2AD1E (or 0xB2AD1E) is known color: Earls Green. HEX triplet: B2, AD and 1E. RGB value is (178,173,30). Sum of RGB (Red+Green+Blue) = 178+173+30=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 173 (67.97% from 255 or 45.41% from 381); Blue value is 30 (12.11% from 255 or 7.87% from 381); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AD1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AD1E is #4D52E1. Grayscale: #9E9E9E. Windows color (decimal): -5067490 or 2010546. OLE color: 2010546.

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

Color convert

RGB 178 173 30 -
CMYK 0 0.03 0.83 0.30
HSL 57.97º 0.71% 0.41% -
HSV(B) 57.97º 0.83% 0.7% -
XYZ 33.54 39.45 7.07 -
YUV 158.19 55.66 142.13 -
System Red Green Blue C M Y K H S L
Decimal 178 173 30 0 0.03 0.83 0.30 57.97 0.71 0.41
Hex B2 AD 1E 0 3 53 1E 3A 47 29
Octal 262 255 36 0 3 123 36 72 107 51
Binary 10110010 10101101 11110 0 11 1010011 11110 111010 1000111 101001

Color Harmonies of #B2AD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AD1E

Black with #B2AD1E

Text Example


Text Example

White with #B2AD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AD1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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