Html Css Color HEX #ABBA11 Bahia

📋 copy color: '#ABBA11'

red 171 ◦ green 186 ◦ blue 17

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

Shades of Bahia #ABBA11

Tints of Bahia #ABBA11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.55%

R = 45.72%
G = 49.73%
B = 4.55%

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

#ABBA11 (or 0xABBA11) is known color: Bahia. HEX triplet: AB, BA and 11. RGB value is (171,186,17). Sum of RGB (Red+Green+Blue) = 171+186+17=374 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.72% from 374); Green value is 186 (73.05% from 255 or 49.73% from 374); Blue value is 17 (7.03% from 255 or 4.55% from 374); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBA11 is #5445EE. Grayscale: #A2A2A2. Windows color (decimal): -5522927 or 1161899. OLE color: 1161899.

HSL color Cylindrical-coordinate representation of color #ABBA11: hue angle of 65.33º degrees, saturation: 0.83, 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 #ABBA11 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 186 17 -
CMYK 0.08 0 0.91 0.27
HSL 65.33º 0.83% 0.4% -
HSV(B) 65.33º 0.91% 0.73% -
XYZ 34.45 43.82 7.17 -
YUV 162.25 46.03 134.24 -
System Red Green Blue C M Y K H S L
Decimal 171 186 17 0.08 0 0.91 0.27 65.33 0.83 0.4
Hex AB BA 11 8 0 5B 1B 41 53 28
Octal 253 272 21 10 0 133 33 101 123 50
Binary 10101011 10111010 10001 1000 0 1011011 11011 1000001 1010011 101000

Color Harmonies of #ABBA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBA11

Black with #ABBA11

Text Example


Text Example

White with #ABBA11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBA11; }

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

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

background-color css

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

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

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

border-color css

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

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

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