Html Css Color HEX #ABC016 Bahia

📋 copy color: '#ABC016'

red 171 ◦ green 192 ◦ blue 22

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

Shades of Bahia #ABC016

Tints of Bahia #ABC016

RGB

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

 GREEN value IS 192 (75.39% from 255) = 49.87%

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

R = 44.42%
G = 49.87%
B = 5.71%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#ABC016 (or 0xABC016) is known color: Bahia. HEX triplet: AB, C0 and 16. RGB value is (171,192,22). Sum of RGB (Red+Green+Blue) = 171+192+22=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 192 (75.39% from 255 or 49.87% from 385); Blue value is 22 (8.98% from 255 or 5.71% from 385); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC016 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC016 is #543FE9. Grayscale: #A6A6A6. Windows color (decimal): -5521386 or 1491115. OLE color: 1491115.

HSL color Cylindrical-coordinate representation of color #ABC016: hue angle of 67.41º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ABC016 is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 192 22 -
CMYK 0.11 0 0.89 0.25
HSL 67.41º 0.79% 0.42% -
HSV(B) 67.41º 0.89% 0.75% -
XYZ 35.79 46.42 7.83 -
YUV 166.34 46.54 131.32 -
System Red Green Blue C M Y K H S L
Decimal 171 192 22 0.11 0 0.89 0.25 67.41 0.79 0.42
Hex AB C0 16 B 0 59 19 43 4F 2A
Octal 253 300 26 13 0 131 31 103 117 52
Binary 10101011 11000000 10110 1011 0 1011001 11001 1000011 1001111 101010

Color Harmonies of #ABC016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC016

Black with #ABC016

Text Example


Text Example

White with #ABC016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC016; }

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

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

background-color css

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

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

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

border-color css

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

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

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