Html Css Color HEX #ABC210 Bahia

📋 copy color: '#ABC210'

red 171 ◦ green 194 ◦ blue 16

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

Shades of Bahia #ABC210

Tints of Bahia #ABC210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.2%

R = 44.88%
G = 50.92%
B = 4.2%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#ABC210 (or 0xABC210) is known color: Bahia. HEX triplet: AB, C2 and 10. RGB value is (171,194,16). Sum of RGB (Red+Green+Blue) = 171+194+16=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 194 (76.17% from 255 or 50.92% from 381); Blue value is 16 (6.64% from 255 or 4.20% from 381); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC210 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC210 is #543DEF. Grayscale: #A7A7A7. Windows color (decimal): -5520880 or 1098411. OLE color: 1098411.

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

Color convert

RGB 171 194 16 -
CMYK 0.12 0 0.92 0.24
HSL 67.75º 0.85% 0.41% -
HSV(B) 67.75º 0.92% 0.76% -
XYZ 36.18 47.28 7.71 -
YUV 166.83 42.88 130.97 -
System Red Green Blue C M Y K H S L
Decimal 171 194 16 0.12 0 0.92 0.24 67.75 0.85 0.41
Hex AB C2 10 C 0 5C 18 44 55 29
Octal 253 302 20 14 0 134 30 104 125 51
Binary 10101011 11000010 10000 1100 0 1011100 11000 1000100 1010101 101001

Color Harmonies of #ABC210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC210

Black with #ABC210

Text Example


Text Example

White with #ABC210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC210; }

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

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

background-color css

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

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

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

border-color css

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

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

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