Html Css Color HEX #A5AB2B Earls Green

📋 copy color: '#A5AB2B'

red 165 ◦ green 171 ◦ blue 43

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

Shades of Earls Green #A5AB2B

Tints of Earls Green #A5AB2B

RGB

 RED value IS 165 (64.84% from 255) = 43.54%

 GREEN value IS 171 (67.19% from 255) = 45.12%

 BLUE value IS 43 (17.19% from 255) = 11.35%

R = 43.54%
G = 45.12%
B = 11.35%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#A5AB2B (or 0xA5AB2B) is known color: Earls Green. HEX triplet: A5, AB and 2B. RGB value is (165,171,43). Sum of RGB (Red+Green+Blue) = 165+171+43=379 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.54% from 379); Green value is 171 (67.19% from 255 or 45.12% from 379); Blue value is 43 (17.19% from 255 or 11.35% from 379); Max value from RGB is 171 - color contains mainly: green. Hex color #A5AB2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5AB2B is #5A54D4. Grayscale: #9B9B9B. Windows color (decimal): -5919957 or 2861989. OLE color: 2861989.

HSL color Cylindrical-coordinate representation of color #A5AB2B: hue angle of 62.81º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A5AB2B is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 171 43 -
CMYK 0.04 0 0.75 0.33
HSL 62.81º 0.6% 0.42% -
HSV(B) 62.81º 0.75% 0.67% -
XYZ 30.52 37.3 7.88 -
YUV 154.61 65.01 135.41 -
System Red Green Blue C M Y K H S L
Decimal 165 171 43 0.04 0 0.75 0.33 62.81 0.6 0.42
Hex A5 AB 2B 4 0 4B 21 3F 3C 2A
Octal 245 253 53 4 0 113 41 77 74 52
Binary 10100101 10101011 101011 100 0 1001011 100001 111111 111100 101010

Color Harmonies of #A5AB2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AB2B

Black with #A5AB2B

Text Example


Text Example

White with #A5AB2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AB2B; }

 p { color: rgb(165,171,43); }

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

background-color css

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

 a { background-color: rgb(165,171,43); }

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

border-color css

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

 span { border-color: rgb(165,171,43); }

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