Html Css Color HEX #ABC212 Bahia

📋 copy color: '#ABC212'

red 171 ◦ green 194 ◦ blue 18

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

Shades of Bahia #ABC212

Tints of Bahia #ABC212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.7%

R = 44.65%
G = 50.65%
B = 4.7%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#ABC212 (or 0xABC212) is known color: Bahia. HEX triplet: AB, C2 and 12. RGB value is (171,194,18). Sum of RGB (Red+Green+Blue) = 171+194+18=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 194 (76.17% from 255 or 50.65% from 383); Blue value is 18 (7.42% from 255 or 4.70% from 383); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC212 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC212 is #543DED. Grayscale: #A7A7A7. Windows color (decimal): -5520878 or 1229483. OLE color: 1229483.

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

Color convert

RGB 171 194 18 -
CMYK 0.12 0 0.91 0.24
HSL 67.84º 0.83% 0.42% -
HSV(B) 67.84º 0.91% 0.76% -
XYZ 36.2 47.29 7.79 -
YUV 167.06 43.88 130.81 -
System Red Green Blue C M Y K H S L
Decimal 171 194 18 0.12 0 0.91 0.24 67.84 0.83 0.42
Hex AB C2 12 C 0 5B 18 44 53 2A
Octal 253 302 22 14 0 133 30 104 123 52
Binary 10101011 11000010 10010 1100 0 1011011 11000 1000100 1010011 101010

Color Harmonies of #ABC212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC212

Black with #ABC212

Text Example


Text Example

White with #ABC212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC212; }

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

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

background-color css

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

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

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

border-color css

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

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

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