Html Css Color HEX #ABBA16 Bahia

📋 copy color: '#ABBA16'

red 171 ◦ green 186 ◦ blue 22

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

Shades of Bahia #ABBA16

Tints of Bahia #ABBA16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.8%

R = 45.12%
G = 49.08%
B = 5.8%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#ABBA16 (or 0xABBA16) is known color: Bahia. HEX triplet: AB, BA and 16. RGB value is (171,186,22). Sum of RGB (Red+Green+Blue) = 171+186+22=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 186 (73.05% from 255 or 49.08% from 379); Blue value is 22 (8.98% from 255 or 5.80% from 379); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBA16 is #5445E9. Grayscale: #A3A3A3. Windows color (decimal): -5522922 or 1489579. OLE color: 1489579.

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

Color convert

RGB 171 186 22 -
CMYK 0.08 0 0.88 0.27
HSL 65.49º 0.79% 0.41% -
HSV(B) 65.49º 0.88% 0.73% -
XYZ 34.5 43.83 7.4 -
YUV 162.82 48.53 133.84 -
System Red Green Blue C M Y K H S L
Decimal 171 186 22 0.08 0 0.88 0.27 65.49 0.79 0.41
Hex AB BA 16 8 0 58 1B 41 4F 29
Octal 253 272 26 10 0 130 33 101 117 51
Binary 10101011 10111010 10110 1000 0 1011000 11011 1000001 1001111 101001

Color Harmonies of #ABBA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBA16

Black with #ABBA16

Text Example


Text Example

White with #ABBA16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBA16; }

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

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

background-color css

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

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

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

border-color css

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

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

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