#A5CC22

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

Shades of Bahia #A5CC22

Tints of Bahia #A5CC22

Color information

#A5CC22 (or 0xA5CC22) is unknown color: approx Bahia. HEX triplet: A5, CC and 22. RGB value is (165,204,34). Sum of RGB (Red+Green+Blue) = 165+204+34=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 204 (80.08% from 255 or 50.62% from 403); Blue value is 34 (13.67% from 255 or 8.44% from 403); Max value from RGB is 204 - color contains mainly: green. Hex color #A5CC22 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5CC22 is #5A33DD. Grayscale: #ADADAD. Windows color (decimal): -5911518 or 2280613. OLE color: 2280613.

HSL color Cylindrical-coordinate representation of color #A5CC22: hue angle of 73.76º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A5CC22 is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.2.

Color convert

RGB16520434-
CMYK0.1900.830.2
HSL73.76º71.43%46.67%-
HSV(B)73.76º83.33%80%-
XYZ37.451.39.44-
YUV172.9649.58122.32-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.94%
GREEN value IS 204 (80.08% from 255) = 50.62%
BLUE value IS 34 (13.67% from 255) = 8.44%
R=40.94%
G=50.62%
B=8.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal165204340.1900.830.273.7671.4346.67
HexA5CC2213053144a472f
Octal245314422301232411210757
Binary101001011100110010001010011010100111010010010101000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CC22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CC22; }

 p { color: rgb(165,204,34); }

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

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

 a { background-color: rgb(165,204,34); }

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

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

 span { border-color: rgb(165,204,34); }

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