Html Css Color HEX #ABC810 Bahia

📋 copy color: '#ABC810'

red 171 ◦ green 200 ◦ blue 16

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

Shades of Bahia #ABC810

Tints of Bahia #ABC810

RGB

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

 GREEN value IS 200 (78.52% from 255) = 51.68%

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

R = 44.19%
G = 51.68%
B = 4.13%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#ABC810 (or 0xABC810) is known color: Bahia. HEX triplet: AB, C8 and 10. RGB value is (171,200,16). Sum of RGB (Red+Green+Blue) = 171+200+16=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 200 (78.52% from 255 or 51.68% from 387); Blue value is 16 (6.64% from 255 or 4.13% from 387); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC810 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC810 is #5437EF. Grayscale: #ABABAB. Windows color (decimal): -5519344 or 1099947. OLE color: 1099947.

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

Color convert

RGB 171 200 16 -
CMYK 0.14 0 0.92 0.22
HSL 69.46º 0.85% 0.42% -
HSV(B) 69.46º 0.92% 0.78% -
XYZ 37.54 50 8.16 -
YUV 170.35 40.89 128.46 -
System Red Green Blue C M Y K H S L
Decimal 171 200 16 0.14 0 0.92 0.22 69.46 0.85 0.42
Hex AB C8 10 E 0 5C 16 45 55 2A
Octal 253 310 20 16 0 134 26 105 125 52
Binary 10101011 11001000 10000 1110 0 1011100 10110 1000101 1010101 101010

Color Harmonies of #ABC810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC810

Black with #ABC810

Text Example


Text Example

White with #ABC810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC810; }

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

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

background-color css

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

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

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

border-color css

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

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

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