Html Css Color HEX #A5AC2B Earls Green

📋 copy color: '#A5AC2B'

red 165 ◦ green 172 ◦ blue 43

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

Shades of Earls Green #A5AC2B

Tints of Earls Green #A5AC2B

RGB

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

 GREEN value IS 172 (67.58% from 255) = 45.26%

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

R = 43.42%
G = 45.26%
B = 11.32%

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

#A5AC2B (or 0xA5AC2B) is known color: Earls Green. HEX triplet: A5, AC and 2B. RGB value is (165,172,43). Sum of RGB (Red+Green+Blue) = 165+172+43=380 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.42% from 380); Green value is 172 (67.58% from 255 or 45.26% from 380); Blue value is 43 (17.19% from 255 or 11.32% from 380); Max value from RGB is 172 - color contains mainly: green. Hex color #A5AC2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5AC2B is #5A53D4. Grayscale: #9B9B9B. Windows color (decimal): -5919701 or 2862245. OLE color: 2862245.

HSL color Cylindrical-coordinate representation of color #A5AC2B: hue angle of 63.26º 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 #A5AC2B is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 172 43 -
CMYK 0.04 0 0.75 0.33
HSL 63.26º 0.6% 0.42% -
HSV(B) 63.26º 0.75% 0.67% -
XYZ 30.71 37.68 7.94 -
YUV 155.2 64.68 134.99 -
System Red Green Blue C M Y K H S L
Decimal 165 172 43 0.04 0 0.75 0.33 63.26 0.6 0.42
Hex A5 AC 2B 4 0 4B 21 3F 3C 2A
Octal 245 254 53 4 0 113 41 77 74 52
Binary 10100101 10101100 101011 100 0 1001011 100001 111111 111100 101010

Color Harmonies of #A5AC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AC2B

Black with #A5AC2B

Text Example


Text Example

White with #A5AC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AC2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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