#a5c61b

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

Shades of Bahia #A5C61B

Tints of Bahia #A5C61B

Color information

#A5C61B (or 0xA5C61B) is unknown color: approx Bahia. HEX triplet: A5, C6 and 1B. RGB value is (165,198,27). Sum of RGB (Red+Green+Blue) = 165+198+27=390 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.31% from 390); Green value is 198 (77.73% from 255 or 50.77% from 390); Blue value is 27 (10.94% from 255 or 6.92% from 390); Max value from RGB is 198 - color contains mainly: green. Hex color #A5C61B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C61B is #5A39E4. Grayscale: #A9A9A9. Windows color (decimal): -5913061 or 1820325. OLE color: 1820325.

HSL color Cylindrical-coordinate representation of color #A5C61B: hue angle of 71.58º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A5C61B is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB16519827-
CMYK0.1700.860.22
HSL71.58º76%44.12%-
HSV(B)71.58º86.36%77.65%-
XYZ35.9148.478.5-
YUV168.6448.07125.4-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.31%
GREEN value IS 198 (77.73% from 255) = 50.77%
BLUE value IS 27 (10.94% from 255) = 6.92%
R=42.31%
G=50.77%
B=6.92%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal165198270.1700.860.2271.587644.12
HexA5C61B1105616484c2c
Octal245306332101262611011454
Binary10100101110001101101110001010101101011010010001001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5c61b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5c61b; }

 p { color: rgb(165,198,27); }

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

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

 a { background-color: rgb(165,198,27); }

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

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

 span { border-color: rgb(165,198,27); }

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