Html Css Color HEX #ABCD1C Bahia

📋 copy color: '#ABCD1C'

red 171 ◦ green 205 ◦ blue 28

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

Shades of Bahia #ABCD1C

Tints of Bahia #ABCD1C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 50.74%

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

R = 42.33%
G = 50.74%
B = 6.93%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#ABCD1C (or 0xABCD1C) is known color: Bahia. HEX triplet: AB, CD and 1C. RGB value is (171,205,28). Sum of RGB (Red+Green+Blue) = 171+205+28=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 205 (80.47% from 255 or 50.74% from 404); Blue value is 28 (11.33% from 255 or 6.93% from 404); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCD1C is #5432E3. Grayscale: #AFAFAF. Windows color (decimal): -5518052 or 1887659. OLE color: 1887659.

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

Color convert

RGB 171 205 28 -
CMYK 0.17 0 0.86 0.20
HSL 71.53º 0.76% 0.46% -
HSV(B) 71.53º 0.86% 0.8% -
XYZ 38.84 52.4 9.17 -
YUV 174.66 45.24 125.39 -
System Red Green Blue C M Y K H S L
Decimal 171 205 28 0.17 0 0.86 0.20 71.53 0.76 0.46
Hex AB CD 1C 11 0 56 14 48 4C 2E
Octal 253 315 34 21 0 126 24 110 114 56
Binary 10101011 11001101 11100 10001 0 1010110 10100 1001000 1001100 101110

Color Harmonies of #ABCD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCD1C

Black with #ABCD1C

Text Example


Text Example

White with #ABCD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCD1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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