Html Css Color HEX #ABC21C Bahia

📋 copy color: '#ABC21C'

red 171 ◦ green 194 ◦ blue 28

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

Shades of Bahia #ABC21C

Tints of Bahia #ABC21C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.12%

R = 43.51%
G = 49.36%
B = 7.12%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#ABC21C (or 0xABC21C) is known color: Bahia. HEX triplet: AB, C2 and 1C. RGB value is (171,194,28). Sum of RGB (Red+Green+Blue) = 171+194+28=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 194 (76.17% from 255 or 49.36% from 393); Blue value is 28 (11.33% from 255 or 7.12% from 393); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC21C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC21C is #543DE3. Grayscale: #A8A8A8. Windows color (decimal): -5520868 or 1884843. OLE color: 1884843.

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

Color convert

RGB 171 194 28 -
CMYK 0.12 0 0.86 0.24
HSL 68.31º 0.75% 0.44% -
HSV(B) 68.31º 0.86% 0.76% -
XYZ 36.3 47.33 8.32 -
YUV 168.2 48.88 130 -
System Red Green Blue C M Y K H S L
Decimal 171 194 28 0.12 0 0.86 0.24 68.31 0.75 0.44
Hex AB C2 1C C 0 56 18 44 4B 2C
Octal 253 302 34 14 0 126 30 104 113 54
Binary 10101011 11000010 11100 1100 0 1010110 11000 1000100 1001011 101100

Color Harmonies of #ABC21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC21C

Black with #ABC21C

Text Example


Text Example

White with #ABC21C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC21C; }

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

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

background-color css

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

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

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

border-color css

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

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

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