Html Css Color HEX #ABC213 Bahia

📋 copy color: '#ABC213'

red 171 ◦ green 194 ◦ blue 19

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

Shades of Bahia #ABC213

Tints of Bahia #ABC213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.95%

R = 44.53%
G = 50.52%
B = 4.95%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#ABC213 (or 0xABC213) is known color: Bahia. HEX triplet: AB, C2 and 13. RGB value is (171,194,19). Sum of RGB (Red+Green+Blue) = 171+194+19=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 194 (76.17% from 255 or 50.52% from 384); Blue value is 19 (7.81% from 255 or 4.95% from 384); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC213 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC213 is #543DEC. Grayscale: #A7A7A7. Windows color (decimal): -5520877 or 1295019. OLE color: 1295019.

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

Color convert

RGB 171 194 19 -
CMYK 0.12 0 0.90 0.24
HSL 67.89º 0.82% 0.42% -
HSV(B) 67.89º 0.9% 0.76% -
XYZ 36.2 47.29 7.84 -
YUV 167.17 44.38 130.73 -
System Red Green Blue C M Y K H S L
Decimal 171 194 19 0.12 0 0.90 0.24 67.89 0.82 0.42
Hex AB C2 13 C 0 5A 18 44 52 2A
Octal 253 302 23 14 0 132 30 104 122 52
Binary 10101011 11000010 10011 1100 0 1011010 11000 1000100 1010010 101010

Color Harmonies of #ABC213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC213

Black with #ABC213

Text Example


Text Example

White with #ABC213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC213; }

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

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

background-color css

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

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

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

border-color css

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

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

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