#A0BB23

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

Shades of Bahia #A0BB23

Tints of Bahia #A0BB23

Color information

#A0BB23 (or 0xA0BB23) is unknown color: approx Bahia. HEX triplet: A0, BB and 23. RGB value is (160,187,35). Sum of RGB (Red+Green+Blue) = 160+187+35=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 187 (73.44% from 255 or 48.95% from 382); Blue value is 35 (14.06% from 255 or 9.16% from 382); Max value from RGB is 187 - color contains mainly: green. Hex color #A0BB23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BB23 is #5F44DC. Grayscale: #A2A2A2. Windows color (decimal): -6243549 or 2341792. OLE color: 2341792.

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

Color convert

RGB16018735-
CMYK0.1400.810.27
HSL70.66º68.47%43.53%-
HSV(B)70.66º81.28%73.33%-
XYZ32.5743.148.2-
YUV161.656.55126.86-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.88%
GREEN value IS 187 (73.44% from 255) = 48.95%
BLUE value IS 35 (14.06% from 255) = 9.16%
R=41.88%
G=48.95%
B=9.16%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal160187350.1400.810.2770.6668.4743.53
HexA0BB23E0511B47442c
Octal240273431601213310710454
Binary10100000101110111000111110010100011101110001111000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BB23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BB23; }

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

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

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

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

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

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

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

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