Html Css Color HEX #ABC611 Bahia

📋 copy color: '#ABC611'

red 171 ◦ green 198 ◦ blue 17

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

Shades of Bahia #ABC611

Tints of Bahia #ABC611

RGB

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

 GREEN value IS 198 (77.73% from 255) = 51.3%

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

R = 44.3%
G = 51.3%
B = 4.4%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#ABC611 (or 0xABC611) is known color: Bahia. HEX triplet: AB, C6 and 11. RGB value is (171,198,17). Sum of RGB (Red+Green+Blue) = 171+198+17=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 198 (77.73% from 255 or 51.30% from 386); Blue value is 17 (7.03% from 255 or 4.40% from 386); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC611 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC611 is #5439EE. Grayscale: #A9A9A9. Windows color (decimal): -5519855 or 1164971. OLE color: 1164971.

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

Color convert

RGB 171 198 17 -
CMYK 0.14 0 0.91 0.22
HSL 68.95º 0.84% 0.42% -
HSV(B) 68.95º 0.91% 0.78% -
XYZ 37.09 49.09 8.05 -
YUV 169.29 42.05 129.22 -
System Red Green Blue C M Y K H S L
Decimal 171 198 17 0.14 0 0.91 0.22 68.95 0.84 0.42
Hex AB C6 11 E 0 5B 16 45 54 2A
Octal 253 306 21 16 0 133 26 105 124 52
Binary 10101011 11000110 10001 1110 0 1011011 10110 1000101 1010100 101010

Color Harmonies of #ABC611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC611

Black with #ABC611

Text Example


Text Example

White with #ABC611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC611; }

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

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

background-color css

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

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

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

border-color css

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

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

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