#ABCA0B

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

Shades of Bahia #ABCA0B

Tints of Bahia #ABCA0B

Color information

#ABCA0B (or 0xABCA0B) is unknown color: approx Bahia. HEX triplet: AB, CA and 0B. RGB value is (171,202,11). Sum of RGB (Red+Green+Blue) = 171+202+11=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 202 (79.30% from 255 or 52.60% from 384); Blue value is 11 (4.69% from 255 or 2.86% from 384); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCA0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCA0B is #5435F4. Grayscale: #ABABAB. Windows color (decimal): -5518837 or 772779. OLE color: 772779.

HSL color Cylindrical-coordinate representation of color #ABCA0B: hue angle of 69.74º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ABCA0B is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.

Color convert

RGB17120211-
CMYK0.1500.950.21
HSL69.74º89.67%41.76%-
HSV(B)69.74º94.55%79.22%-
XYZ37.9850.928.14-
YUV170.9637.73128.03-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.53%
GREEN value IS 202 (79.30% from 255) = 52.60%
BLUE value IS 11 (4.69% from 255) = 2.86%
R=44.53%
G=52.60%
B=2.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal171202110.1500.950.2169.7489.6741.76
HexABCABF05F15465a2a
Octal253312131701372510613252
Binary101010111100101010111111010111111010110001101011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCA0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCA0B; }

 p { color: rgb(171,202,11); }

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

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

 a { background-color: rgb(171,202,11); }

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

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

 span { border-color: rgb(171,202,11); }

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