#ABBD10

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

Shades of Bahia #ABBD10

Tints of Bahia #ABBD10

Color information

#ABBD10 (or 0xABBD10) is unknown color: approx Bahia. HEX triplet: AB, BD and 10. RGB value is (171,189,16). Sum of RGB (Red+Green+Blue) = 171+189+16=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 189 (74.22% from 255 or 50.27% from 376); Blue value is 16 (6.64% from 255 or 4.26% from 376); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBD10 is #5442EF. Grayscale: #A4A4A4. Windows color (decimal): -5522160 or 1097131. OLE color: 1097131.

HSL color Cylindrical-coordinate representation of color #ABBD10: hue angle of 66.24º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ABBD10 is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB17118916-
CMYK0.1000.920.26
HSL66.24º84.39%40.2%-
HSV(B)66.24º91.53%74.12%-
XYZ35.0945.097.34-
YUV163.944.54133.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.48%
GREEN value IS 189 (74.22% from 255) = 50.27%
BLUE value IS 16 (6.64% from 255) = 4.26%
R=45.48%
G=50.27%
B=4.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal171189160.1000.920.2666.2484.3940.2
HexABBD10A05C1A425428
Octal253275201201343210212450
Binary1010101110111101100001010010111001101010000101010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBD10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBD10; }

 p { color: rgb(171,189,16); }

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

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

 a { background-color: rgb(171,189,16); }

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

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

 span { border-color: rgb(171,189,16); }

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