Html Css Color HEX #ABBA10 Bahia

📋 copy color: '#ABBA10'

red 171 ◦ green 186 ◦ blue 16

#ABBA10
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahia #ABBA10

Tints of Bahia #ABBA10

RGB

 RED value IS 171 (67.19% from 255) = 45.84%

 GREEN value IS 186 (73.05% from 255) = 49.87%

 BLUE value IS 16 (6.64% from 255) = 4.29%

R = 45.84%
G = 49.87%
B = 4.29%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#ABBA10 (or 0xABBA10) is known color: Bahia. HEX triplet: AB, BA and 10. RGB value is (171,186,16). Sum of RGB (Red+Green+Blue) = 171+186+16=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 186 (73.05% from 255 or 49.87% from 373); Blue value is 16 (6.64% from 255 or 4.29% from 373); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBA10 is #5445EF. Grayscale: #A2A2A2. Windows color (decimal): -5522928 or 1096363. OLE color: 1096363.

HSL color Cylindrical-coordinate representation of color #ABBA10: hue angle of 65.29º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ABBA10 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 186 16 -
CMYK 0.08 0 0.91 0.27
HSL 65.29º 0.84% 0.4% -
HSV(B) 65.29º 0.91% 0.73% -
XYZ 34.45 43.81 7.13 -
YUV 162.14 45.53 134.32 -
System Red Green Blue C M Y K H S L
Decimal 171 186 16 0.08 0 0.91 0.27 65.29 0.84 0.4
Hex AB BA 10 8 0 5B 1B 41 54 28
Octal 253 272 20 10 0 133 33 101 124 50
Binary 10101011 10111010 10000 1000 0 1011011 11011 1000001 1010100 101000

Color Harmonies of #ABBA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBA10

Black with #ABBA10

Text Example


Text Example

White with #ABBA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBA10; }

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

 H1.HeaderClassName
 {
   color: #ABBA10;
 }
 .AnyTagClassName
 {
   color: #ABBA10;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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