Html Css Color HEX #A5BA50 Celery

📋 copy color: '#A5BA50'

red 165 ◦ green 186 ◦ blue 80

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

Shades of Celery #A5BA50

Tints of Celery #A5BA50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.56%

R = 38.28%
G = 43.16%
B = 18.56%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#A5BA50 (or 0xA5BA50) is known color: Celery. HEX triplet: A5, BA and 50. RGB value is (165,186,80). Sum of RGB (Red+Green+Blue) = 165+186+80=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 186 (73.05% from 255 or 43.16% from 431); Blue value is 80 (31.64% from 255 or 18.56% from 431); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BA50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BA50 is #5A45AF. Grayscale: #A8A8A8. Windows color (decimal): -5916080 or 5290661. OLE color: 5290661.

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

Color convert

RGB 165 186 80 -
CMYK 0.11 0 0.57 0.27
HSL 71.89º 0.43% 0.52% -
HSV(B) 71.89º 0.57% 0.73% -
XYZ 34.52 43.7 14.2 -
YUV 167.64 78.54 126.12 -
System Red Green Blue C M Y K H S L
Decimal 165 186 80 0.11 0 0.57 0.27 71.89 0.43 0.52
Hex A5 BA 50 B 0 39 1B 48 2B 34
Octal 245 272 120 13 0 71 33 110 53 64
Binary 10100101 10111010 1010000 1011 0 111001 11011 1001000 101011 110100

Color Harmonies of #A5BA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BA50

Black with #A5BA50

Text Example


Text Example

White with #A5BA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BA50; }

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

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

background-color css

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

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

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

border-color css

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

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

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