Html Css Color HEX #ABCB1C Bahia

📋 copy color: '#ABCB1C'

red 171 ◦ green 203 ◦ blue 28

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

Shades of Bahia #ABCB1C

Tints of Bahia #ABCB1C

RGB

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

 GREEN value IS 203 (79.69% from 255) = 50.5%

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

R = 42.54%
G = 50.5%
B = 6.97%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#ABCB1C (or 0xABCB1C) is known color: Bahia. HEX triplet: AB, CB and 1C. RGB value is (171,203,28). Sum of RGB (Red+Green+Blue) = 171+203+28=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 203 (79.69% from 255 or 50.50% from 402); Blue value is 28 (11.33% from 255 or 6.97% from 402); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCB1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCB1C is #5434E3. Grayscale: #AEAEAE. Windows color (decimal): -5518564 or 1887147. OLE color: 1887147.

HSL color Cylindrical-coordinate representation of color #ABCB1C: hue angle of 70.97º 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 #ABCB1C is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 203 28 -
CMYK 0.16 0 0.86 0.20
HSL 70.97º 0.76% 0.45% -
HSV(B) 70.97º 0.86% 0.8% -
XYZ 38.36 51.45 9.01 -
YUV 173.48 45.9 126.23 -
System Red Green Blue C M Y K H S L
Decimal 171 203 28 0.16 0 0.86 0.20 70.97 0.76 0.45
Hex AB CB 1C 10 0 56 14 47 4C 2D
Octal 253 313 34 20 0 126 24 107 114 55
Binary 10101011 11001011 11100 10000 0 1010110 10100 1000111 1001100 101101

Color Harmonies of #ABCB1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCB1C

Black with #ABCB1C

Text Example


Text Example

White with #ABCB1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCB1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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