Html Css Color HEX #ABCD16 Bahia

📋 copy color: '#ABCD16'

red 171 ◦ green 205 ◦ blue 22

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

Shades of Bahia #ABCD16

Tints of Bahia #ABCD16

RGB

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

 GREEN value IS 205 (80.47% from 255) = 51.51%

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

R = 42.96%
G = 51.51%
B = 5.53%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#ABCD16 (or 0xABCD16) is known color: Bahia. HEX triplet: AB, CD and 16. RGB value is (171,205,22). Sum of RGB (Red+Green+Blue) = 171+205+22=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 205 (80.47% from 255 or 51.51% from 398); Blue value is 22 (8.98% from 255 or 5.53% from 398); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCD16 is #5432E9. Grayscale: #AEAEAE. Windows color (decimal): -5518058 or 1494443. OLE color: 1494443.

HSL color Cylindrical-coordinate representation of color #ABCD16: hue angle of 71.15º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ABCD16 is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 205 22 -
CMYK 0.17 0 0.89 0.20
HSL 71.15º 0.81% 0.45% -
HSV(B) 71.15º 0.89% 0.8% -
XYZ 38.77 52.38 8.83 -
YUV 173.97 42.24 125.88 -
System Red Green Blue C M Y K H S L
Decimal 171 205 22 0.17 0 0.89 0.20 71.15 0.81 0.45
Hex AB CD 16 11 0 59 14 47 51 2D
Octal 253 315 26 21 0 131 24 107 121 55
Binary 10101011 11001101 10110 10001 0 1011001 10100 1000111 1010001 101101

Color Harmonies of #ABCD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCD16

Black with #ABCD16

Text Example


Text Example

White with #ABCD16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCD16; }

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

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

background-color css

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

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

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

border-color css

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

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

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