Html Css Color HEX #ABC216 Bahia

📋 copy color: '#ABC216'

red 171 ◦ green 194 ◦ blue 22

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

Shades of Bahia #ABC216

Tints of Bahia #ABC216

RGB

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

 GREEN value IS 194 (76.17% from 255) = 50.13%

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

R = 44.19%
G = 50.13%
B = 5.68%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#ABC216 (or 0xABC216) is known color: Bahia. HEX triplet: AB, C2 and 16. RGB value is (171,194,22). Sum of RGB (Red+Green+Blue) = 171+194+22=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 194 (76.17% from 255 or 50.13% from 387); Blue value is 22 (8.98% from 255 or 5.68% from 387); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC216 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC216 is #543DE9. Grayscale: #A8A8A8. Windows color (decimal): -5520874 or 1491627. OLE color: 1491627.

HSL color Cylindrical-coordinate representation of color #ABC216: hue angle of 68.02º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ABC216 is Cyan = 0.12, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 194 22 -
CMYK 0.12 0 0.89 0.24
HSL 68.02º 0.8% 0.42% -
HSV(B) 68.02º 0.89% 0.76% -
XYZ 36.23 47.3 7.98 -
YUV 167.52 45.88 130.49 -
System Red Green Blue C M Y K H S L
Decimal 171 194 22 0.12 0 0.89 0.24 68.02 0.8 0.42
Hex AB C2 16 C 0 59 18 44 50 2A
Octal 253 302 26 14 0 131 30 104 120 52
Binary 10101011 11000010 10110 1100 0 1011001 11000 1000100 1010000 101010

Color Harmonies of #ABC216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC216

Black with #ABC216

Text Example


Text Example

White with #ABC216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC216; }

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

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

background-color css

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

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

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

border-color css

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

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

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