#A1CB1A

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

Shades of Bahia #A1CB1A

Tints of Bahia #A1CB1A

Color information

#A1CB1A (or 0xA1CB1A) is unknown color: approx Bahia. HEX triplet: A1, CB and 1A. RGB value is (161,203,26). Sum of RGB (Red+Green+Blue) = 161+203+26=390 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.28% from 390); Green value is 203 (79.69% from 255 or 52.05% from 390); Blue value is 26 (10.55% from 255 or 6.67% from 390); Max value from RGB is 203 - color contains mainly: green. Hex color #A1CB1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1CB1A is #5E34E5. Grayscale: #AAAAAA. Windows color (decimal): -6173926 or 1756065. OLE color: 1756065.

HSL color Cylindrical-coordinate representation of color #A1CB1A: hue angle of 74.24º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A1CB1A is Cyan = 0.21, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.20.

Color convert

RGB16120326-
CMYK0.2100.870.20
HSL74.24º77.29%44.9%-
HSV(B)74.24º87.19%79.61%-
XYZ36.2450.368.79-
YUV170.2646.59121.39-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.28%
GREEN value IS 203 (79.69% from 255) = 52.05%
BLUE value IS 26 (10.55% from 255) = 6.67%
R=41.28%
G=52.05%
B=6.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal161203260.2100.870.2074.2477.2944.9
HexA1CB1A15057144a4d2d
Octal241313322501272411211555
Binary10100001110010111101010101010101111010010010101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CB1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CB1A; }

 p { color: rgb(161,203,26); }

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

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

 a { background-color: rgb(161,203,26); }

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

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

 span { border-color: rgb(161,203,26); }

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