Html Css Color HEX #ABC816 Bahia

📋 copy color: '#ABC816'

red 171 ◦ green 200 ◦ blue 22

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

Shades of Bahia #ABC816

Tints of Bahia #ABC816

RGB

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

 GREEN value IS 200 (78.52% from 255) = 50.89%

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

R = 43.51%
G = 50.89%
B = 5.6%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#ABC816 (or 0xABC816) is known color: Bahia. HEX triplet: AB, C8 and 16. RGB value is (171,200,22). Sum of RGB (Red+Green+Blue) = 171+200+22=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 200 (78.52% from 255 or 50.89% from 393); Blue value is 22 (8.98% from 255 or 5.60% from 393); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC816 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC816 is #5437E9. Grayscale: #ABABAB. Windows color (decimal): -5519338 or 1493163. OLE color: 1493163.

HSL color Cylindrical-coordinate representation of color #ABC816: hue angle of 69.78º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ABC816 is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 200 22 -
CMYK 0.14 0 0.89 0.22
HSL 69.78º 0.8% 0.44% -
HSV(B) 69.78º 0.89% 0.78% -
XYZ 37.59 50.02 8.43 -
YUV 171.04 43.89 127.97 -
System Red Green Blue C M Y K H S L
Decimal 171 200 22 0.14 0 0.89 0.22 69.78 0.8 0.44
Hex AB C8 16 E 0 59 16 46 50 2C
Octal 253 310 26 16 0 131 26 106 120 54
Binary 10101011 11001000 10110 1110 0 1011001 10110 1000110 1010000 101100

Color Harmonies of #ABC816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC816

Black with #ABC816

Text Example


Text Example

White with #ABC816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC816; }

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

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

background-color css

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

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

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

border-color css

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

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

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