Html Css Color HEX #A1B14E Celery

📋 copy color: '#A1B14E'

red 161 ◦ green 177 ◦ blue 78

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

Shades of Celery #A1B14E

Tints of Celery #A1B14E

RGB

 RED value IS 161 (63.28% from 255) = 38.7%

 GREEN value IS 177 (69.53% from 255) = 42.55%

 BLUE value IS 78 (30.86% from 255) = 18.75%

R = 38.7%
G = 42.55%
B = 18.75%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#A1B14E (or 0xA1B14E) is known color: Celery. HEX triplet: A1, B1 and 4E. RGB value is (161,177,78). Sum of RGB (Red+Green+Blue) = 161+177+78=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 177 (69.53% from 255 or 42.55% from 416); Blue value is 78 (30.86% from 255 or 18.75% from 416); Max value from RGB is 177 - color contains mainly: green. Hex color #A1B14E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1B14E is #5E4EB1. Grayscale: #A1A1A1. Windows color (decimal): -6180530 or 5157281. OLE color: 5157281.

HSL color Cylindrical-coordinate representation of color #A1B14E: hue angle of 69.7º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A1B14E is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB 161 177 78 -
CMYK 0.09 0 0.56 0.31
HSL 69.7º 0.39% 0.5% -
HSV(B) 69.7º 0.56% 0.69% -
XYZ 31.8 39.57 13.17 -
YUV 160.93 81.2 128.05 -
System Red Green Blue C M Y K H S L
Decimal 161 177 78 0.09 0 0.56 0.31 69.7 0.39 0.5
Hex A1 B1 4E 9 0 38 1F 46 27 32
Octal 241 261 116 11 0 70 37 106 47 62
Binary 10100001 10110001 1001110 1001 0 111000 11111 1000110 100111 110010

Color Harmonies of #A1B14E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B14E

Black with #A1B14E

Text Example


Text Example

White with #A1B14E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B14E; }

 p { color: rgb(161,177,78); }

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

background-color css

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

 a { background-color: rgb(161,177,78); }

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

border-color css

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

 span { border-color: rgb(161,177,78); }

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