#A0BC23

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

Shades of Bahia #A0BC23

Tints of Bahia #A0BC23

Color information

#A0BC23 (or 0xA0BC23) is unknown color: approx Bahia. HEX triplet: A0, BC and 23. RGB value is (160,188,35). Sum of RGB (Red+Green+Blue) = 160+188+35=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 188 (73.83% from 255 or 49.09% from 383); Blue value is 35 (14.06% from 255 or 9.14% from 383); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BC23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BC23 is #5F43DC. Grayscale: #A2A2A2. Windows color (decimal): -6243293 or 2342048. OLE color: 2342048.

HSL color Cylindrical-coordinate representation of color #A0BC23: hue angle of 70.98º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A0BC23 is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB16018835-
CMYK0.1500.810.26
HSL70.98º68.61%43.73%-
HSV(B)70.98º81.38%73.73%-
XYZ32.7843.568.27-
YUV162.1956.22126.44-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.78%
GREEN value IS 188 (73.83% from 255) = 49.09%
BLUE value IS 35 (14.06% from 255) = 9.14%
R=41.78%
G=49.09%
B=9.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal160188350.1500.810.2670.9868.6143.73
HexA0BC23F0511A47452c
Octal240274431701213210710554
Binary10100000101111001000111111010100011101010001111000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BC23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BC23; }

 p { color: rgb(160,188,35); }

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

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

 a { background-color: rgb(160,188,35); }

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

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

 span { border-color: rgb(160,188,35); }

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