Html Css Color HEX #ABC811 Bahia

📋 copy color: '#ABC811'

red 171 ◦ green 200 ◦ blue 17

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

Shades of Bahia #ABC811

Tints of Bahia #ABC811

RGB

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

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

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

R = 44.07%
G = 51.55%
B = 4.38%

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

#ABC811 (or 0xABC811) is known color: Bahia. HEX triplet: AB, C8 and 11. RGB value is (171,200,17). Sum of RGB (Red+Green+Blue) = 171+200+17=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 200 (78.52% from 255 or 51.55% from 388); Blue value is 17 (7.03% from 255 or 4.38% from 388); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC811 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC811 is #5437EE. Grayscale: #ABABAB. Windows color (decimal): -5519343 or 1165483. OLE color: 1165483.

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

Color convert

RGB 171 200 17 -
CMYK 0.14 0 0.92 0.22
HSL 69.51º 0.84% 0.43% -
HSV(B) 69.51º 0.92% 0.78% -
XYZ 37.55 50.01 8.2 -
YUV 170.47 41.39 128.38 -
System Red Green Blue C M Y K H S L
Decimal 171 200 17 0.14 0 0.92 0.22 69.51 0.84 0.43
Hex AB C8 11 E 0 5C 16 46 54 2B
Octal 253 310 21 16 0 134 26 106 124 53
Binary 10101011 11001000 10001 1110 0 1011100 10110 1000110 1010100 101011

Color Harmonies of #ABC811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC811

Black with #ABC811

Text Example


Text Example

White with #ABC811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC811; }

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

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

background-color css

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

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

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

border-color css

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

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

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