Html Css Color HEX #ABC510 Bahia

📋 copy color: '#ABC510'

red 171 ◦ green 197 ◦ blue 16

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

Shades of Bahia #ABC510

Tints of Bahia #ABC510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.17%

R = 44.53%
G = 51.3%
B = 4.17%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#ABC510 (or 0xABC510) is known color: Bahia. HEX triplet: AB, C5 and 10. RGB value is (171,197,16). Sum of RGB (Red+Green+Blue) = 171+197+16=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 197 (77.34% from 255 or 51.30% from 384); Blue value is 16 (6.64% from 255 or 4.17% from 384); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC510 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC510 is #543AEF. Grayscale: #A9A9A9. Windows color (decimal): -5520112 or 1099179. OLE color: 1099179.

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

Color convert

RGB 171 197 16 -
CMYK 0.13 0 0.92 0.23
HSL 68.62º 0.85% 0.42% -
HSV(B) 68.62º 0.92% 0.77% -
XYZ 36.85 48.63 7.93 -
YUV 168.59 41.89 129.72 -
System Red Green Blue C M Y K H S L
Decimal 171 197 16 0.13 0 0.92 0.23 68.62 0.85 0.42
Hex AB C5 10 D 0 5C 17 45 55 2A
Octal 253 305 20 15 0 134 27 105 125 52
Binary 10101011 11000101 10000 1101 0 1011100 10111 1000101 1010101 101010

Color Harmonies of #ABC510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC510

Black with #ABC510

Text Example


Text Example

White with #ABC510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC510; }

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

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

background-color css

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

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

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

border-color css

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

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

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