Html Css Color HEX #ABC91C Bahia

📋 copy color: '#ABC91C'

red 171 ◦ green 201 ◦ blue 28

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

Shades of Bahia #ABC91C

Tints of Bahia #ABC91C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 50.25%

 BLUE value IS 28 (11.33% from 255) = 7%

R = 42.75%
G = 50.25%
B = 7%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#ABC91C (or 0xABC91C) is known color: Bahia. HEX triplet: AB, C9 and 1C. RGB value is (171,201,28). Sum of RGB (Red+Green+Blue) = 171+201+28=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 201 (78.91% from 255 or 50.25% from 400); Blue value is 28 (11.33% from 255 or 7% from 400); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC91C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC91C is #5436E3. Grayscale: #ACACAC. Windows color (decimal): -5519076 or 1886635. OLE color: 1886635.

HSL color Cylindrical-coordinate representation of color #ABC91C: hue angle of 70.4º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ABC91C is Cyan = 0.15, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 201 28 -
CMYK 0.15 0 0.86 0.21
HSL 70.4º 0.76% 0.45% -
HSV(B) 70.4º 0.86% 0.79% -
XYZ 37.89 50.52 8.85 -
YUV 172.31 46.56 127.07 -
System Red Green Blue C M Y K H S L
Decimal 171 201 28 0.15 0 0.86 0.21 70.4 0.76 0.45
Hex AB C9 1C F 0 56 15 46 4C 2D
Octal 253 311 34 17 0 126 25 106 114 55
Binary 10101011 11001001 11100 1111 0 1010110 10101 1000110 1001100 101101

Color Harmonies of #ABC91C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC91C

Black with #ABC91C

Text Example


Text Example

White with #ABC91C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC91C; }

 p { color: rgb(171,201,28); }

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

background-color css

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

 a { background-color: rgb(171,201,28); }

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

border-color css

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

 span { border-color: rgb(171,201,28); }

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