Html Css Color HEX #ABC012 Bahia

📋 copy color: '#ABC012'

red 171 ◦ green 192 ◦ blue 18

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

Shades of Bahia #ABC012

Tints of Bahia #ABC012

RGB

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

 GREEN value IS 192 (75.39% from 255) = 50.39%

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

R = 44.88%
G = 50.39%
B = 4.72%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#ABC012 (or 0xABC012) is known color: Bahia. HEX triplet: AB, C0 and 12. RGB value is (171,192,18). Sum of RGB (Red+Green+Blue) = 171+192+18=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 192 (75.39% from 255 or 50.39% from 381); Blue value is 18 (7.42% from 255 or 4.72% from 381); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC012 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC012 is #543FED. Grayscale: #A6A6A6. Windows color (decimal): -5521390 or 1228971. OLE color: 1228971.

HSL color Cylindrical-coordinate representation of color #ABC012: hue angle of 67.24º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ABC012 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 192 18 -
CMYK 0.11 0 0.91 0.25
HSL 67.24º 0.83% 0.41% -
HSV(B) 67.24º 0.91% 0.75% -
XYZ 35.75 46.4 7.64 -
YUV 165.89 44.54 131.65 -
System Red Green Blue C M Y K H S L
Decimal 171 192 18 0.11 0 0.91 0.25 67.24 0.83 0.41
Hex AB C0 12 B 0 5B 19 43 53 29
Octal 253 300 22 13 0 133 31 103 123 51
Binary 10101011 11000000 10010 1011 0 1011011 11001 1000011 1010011 101001

Color Harmonies of #ABC012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC012

Black with #ABC012

Text Example


Text Example

White with #ABC012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC012; }

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

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

background-color css

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

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

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

border-color css

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

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

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