Html Css Color HEX #ABC511 Bahia

📋 copy color: '#ABC511'

red 171 ◦ green 197 ◦ blue 17

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

Shades of Bahia #ABC511

Tints of Bahia #ABC511

RGB

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

 GREEN value IS 197 (77.34% from 255) = 51.17%

 BLUE value IS 17 (7.03% from 255) = 4.42%

R = 44.42%
G = 51.17%
B = 4.42%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#ABC511 (or 0xABC511) is known color: Bahia. HEX triplet: AB, C5 and 11. RGB value is (171,197,17). Sum of RGB (Red+Green+Blue) = 171+197+17=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 197 (77.34% from 255 or 51.17% from 385); Blue value is 17 (7.03% from 255 or 4.42% from 385); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC511 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC511 is #543AEE. Grayscale: #A9A9A9. Windows color (decimal): -5520111 or 1164715. OLE color: 1164715.

HSL color Cylindrical-coordinate representation of color #ABC511: hue angle of 68.67º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ABC511 is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 171 197 17 -
CMYK 0.13 0 0.91 0.23
HSL 68.67º 0.84% 0.42% -
HSV(B) 68.67º 0.91% 0.77% -
XYZ 36.86 48.63 7.97 -
YUV 168.71 42.39 129.64 -
System Red Green Blue C M Y K H S L
Decimal 171 197 17 0.13 0 0.91 0.23 68.67 0.84 0.42
Hex AB C5 11 D 0 5B 17 45 54 2A
Octal 253 305 21 15 0 133 27 105 124 52
Binary 10101011 11000101 10001 1101 0 1011011 10111 1000101 1010100 101010

Color Harmonies of #ABC511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC511

Black with #ABC511

Text Example


Text Example

White with #ABC511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC511; }

 p { color: rgb(171,197,17); }

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

background-color css

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

 a { background-color: rgb(171,197,17); }

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

border-color css

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

 span { border-color: rgb(171,197,17); }

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