Html Css Color HEX #ABCC1C Bahia

📋 copy color: '#ABCC1C'

red 171 ◦ green 204 ◦ blue 28

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

Shades of Bahia #ABCC1C

Tints of Bahia #ABCC1C

RGB

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

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

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

R = 42.43%
G = 50.62%
B = 6.95%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#ABCC1C (or 0xABCC1C) is known color: Bahia. HEX triplet: AB, CC and 1C. RGB value is (171,204,28). Sum of RGB (Red+Green+Blue) = 171+204+28=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 204 (80.08% from 255 or 50.62% from 403); Blue value is 28 (11.33% from 255 or 6.95% from 403); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCC1C is #5433E3. Grayscale: #AEAEAE. Windows color (decimal): -5518308 or 1887403. OLE color: 1887403.

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

Color convert

RGB 171 204 28 -
CMYK 0.16 0 0.86 0.2
HSL 71.25º 0.76% 0.45% -
HSV(B) 71.25º 0.86% 0.8% -
XYZ 38.6 51.93 9.09 -
YUV 174.07 45.57 125.81 -
System Red Green Blue C M Y K H S L
Decimal 171 204 28 0.16 0 0.86 0.2 71.25 0.76 0.45
Hex AB CC 1C 10 0 56 14 47 4C 2D
Octal 253 314 34 20 0 126 24 107 114 55
Binary 10101011 11001100 11100 10000 0 1010110 10100 1000111 1001100 101101

Color Harmonies of #ABCC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCC1C

Black with #ABCC1C

Text Example


Text Example

White with #ABCC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCC1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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