Html Css Color HEX #ABC013 Bahia

📋 copy color: '#ABC013'

red 171 ◦ green 192 ◦ blue 19

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

Shades of Bahia #ABC013

Tints of Bahia #ABC013

RGB

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

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

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

R = 44.76%
G = 50.26%
B = 4.97%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#ABC013 (or 0xABC013) is known color: Bahia. HEX triplet: AB, C0 and 13. RGB value is (171,192,19). Sum of RGB (Red+Green+Blue) = 171+192+19=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 192 (75.39% from 255 or 50.26% from 382); Blue value is 19 (7.81% from 255 or 4.97% from 382); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC013 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC013 is #543FEC. Grayscale: #A6A6A6. Windows color (decimal): -5521389 or 1294507. OLE color: 1294507.

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

Color convert

RGB 171 192 19 -
CMYK 0.11 0 0.90 0.25
HSL 67.28º 0.82% 0.41% -
HSV(B) 67.28º 0.9% 0.75% -
XYZ 35.76 46.4 7.69 -
YUV 166 45.04 131.57 -
System Red Green Blue C M Y K H S L
Decimal 171 192 19 0.11 0 0.90 0.25 67.28 0.82 0.41
Hex AB C0 13 B 0 5A 19 43 52 29
Octal 253 300 23 13 0 132 31 103 122 51
Binary 10101011 11000000 10011 1011 0 1011010 11001 1000011 1010010 101001

Color Harmonies of #ABC013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC013

Black with #ABC013

Text Example


Text Example

White with #ABC013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC013; }

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

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

background-color css

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

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

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

border-color css

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

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

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