#A5BB3C

Color #A5BB3C Celery (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celery #A5BB3C

Tints of Celery #A5BB3C

Color information

#A5BB3C (or 0xA5BB3C) is unknown color: approx Celery. HEX triplet: A5, BB and 3C. RGB value is (165,187,60). Sum of RGB (Red+Green+Blue) = 165+187+60=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 187 (73.44% from 255 or 45.39% from 412); Blue value is 60 (23.83% from 255 or 14.56% from 412); Max value from RGB is 187 - color contains mainly: green. Hex color #A5BB3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5BB3C is #5A44C3. Grayscale: #A6A6A6. Windows color (decimal): -5915844 or 3980197. OLE color: 3980197.

HSL color Cylindrical-coordinate representation of color #A5BB3C: hue angle of 70.39º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A5BB3C is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB16518760-
CMYK0.1200.680.27
HSL70.39º51.42%48.43%-
HSV(B)70.39º67.91%73.33%-
XYZ34.143.8710.94-
YUV165.9468.21127.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.05%
GREEN value IS 187 (73.44% from 255) = 45.39%
BLUE value IS 60 (23.83% from 255) = 14.56%
R=40.05%
G=45.39%
B=14.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal165187600.1200.680.2770.3951.4248.43
HexA5BB3CC0441B463330
Octal24527374140104331066360
Binary1010010110111011111100110001000100110111000110110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BB3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BB3C; }

 p { color: rgb(165,187,60); }

 H1.HeaderClassName
 {
   color: #A5BB3C;
 }
 .AnyTagClassName
 {
   color: #A5BB3C;
 }
</style>
background-color css

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

 a { background-color: rgb(165,187,60); }

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

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

 span { border-color: rgb(165,187,60); }

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