Html Css Color HEX #A5BA3E Celery

📋 copy color: '#A5BA3E'

red 165 ◦ green 186 ◦ blue 62

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

Shades of Celery #A5BA3E

Tints of Celery #A5BA3E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.04%

 BLUE value IS 62 (24.61% from 255) = 15.01%

R = 39.95%
G = 45.04%
B = 15.01%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#A5BA3E (or 0xA5BA3E) is known color: Celery. HEX triplet: A5, BA and 3E. RGB value is (165,186,62). Sum of RGB (Red+Green+Blue) = 165+186+62=413 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.95% from 413); Green value is 186 (73.05% from 255 or 45.04% from 413); Blue value is 62 (24.61% from 255 or 15.01% from 413); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BA3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5BA3E is #5A45C1. Grayscale: #A6A6A6. Windows color (decimal): -5916098 or 4111013. OLE color: 4111013.

HSL color Cylindrical-coordinate representation of color #A5BA3E: hue angle of 70.16º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A5BA3E is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 186 62 -
CMYK 0.11 0 0.67 0.27
HSL 70.16º 0.5% 0.49% -
HSV(B) 70.16º 0.67% 0.73% -
XYZ 33.95 43.46 11.16 -
YUV 165.59 69.54 127.58 -
System Red Green Blue C M Y K H S L
Decimal 165 186 62 0.11 0 0.67 0.27 70.16 0.5 0.49
Hex A5 BA 3E B 0 43 1B 46 32 31
Octal 245 272 76 13 0 103 33 106 62 61
Binary 10100101 10111010 111110 1011 0 1000011 11011 1000110 110010 110001

Color Harmonies of #A5BA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BA3E

Black with #A5BA3E

Text Example


Text Example

White with #A5BA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BA3E; }

 p { color: rgb(165,186,62); }

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

background-color css

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

 a { background-color: rgb(165,186,62); }

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

border-color css

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

 span { border-color: rgb(165,186,62); }

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