Html Css Color HEX #ABCC11 Bahia

📋 copy color: '#ABCC11'

red 171 ◦ green 204 ◦ blue 17

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

Shades of Bahia #ABCC11

Tints of Bahia #ABCC11

RGB

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

 GREEN value IS 204 (80.08% from 255) = 52.04%

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

R = 43.62%
G = 52.04%
B = 4.34%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#ABCC11 (or 0xABCC11) is known color: Bahia. HEX triplet: AB, CC and 11. RGB value is (171,204,17). Sum of RGB (Red+Green+Blue) = 171+204+17=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 204 (80.08% from 255 or 52.04% from 392); Blue value is 17 (7.03% from 255 or 4.34% from 392); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCC11 is #5433EE. Grayscale: #ADADAD. Windows color (decimal): -5518319 or 1166507. OLE color: 1166507.

HSL color Cylindrical-coordinate representation of color #ABCC11: hue angle of 70.59º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ABCC11 is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.2.

Color convert

RGB 171 204 17 -
CMYK 0.16 0 0.92 0.2
HSL 70.59º 0.85% 0.43% -
HSV(B) 70.59º 0.92% 0.8% -
XYZ 38.49 51.88 8.52 -
YUV 172.82 40.07 126.71 -
System Red Green Blue C M Y K H S L
Decimal 171 204 17 0.16 0 0.92 0.2 70.59 0.85 0.43
Hex AB CC 11 10 0 5C 14 47 55 2B
Octal 253 314 21 20 0 134 24 107 125 53
Binary 10101011 11001100 10001 10000 0 1011100 10100 1000111 1010101 101011

Color Harmonies of #ABCC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCC11

Black with #ABCC11

Text Example


Text Example

White with #ABCC11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCC11; }

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

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

background-color css

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

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

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

border-color css

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

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

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