Html Css Color HEX #ABCC1D Bahia

📋 copy color: '#ABCC1D'

red 171 ◦ green 204 ◦ blue 29

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

Shades of Bahia #ABCC1D

Tints of Bahia #ABCC1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.18%

R = 42.33%
G = 50.5%
B = 7.18%

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

#ABCC1D (or 0xABCC1D) is known color: Bahia. HEX triplet: AB, CC and 1D. RGB value is (171,204,29). Sum of RGB (Red+Green+Blue) = 171+204+29=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 204 (80.08% from 255 or 50.50% from 404); Blue value is 29 (11.72% from 255 or 7.18% from 404); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCC1D is #5433E2. Grayscale: #AEAEAE. Windows color (decimal): -5518307 or 1952939. OLE color: 1952939.

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

Color convert

RGB 171 204 29 -
CMYK 0.16 0 0.86 0.2
HSL 71.31º 0.75% 0.46% -
HSV(B) 71.31º 0.86% 0.8% -
XYZ 38.61 51.93 9.15 -
YUV 174.18 46.07 125.73 -
System Red Green Blue C M Y K H S L
Decimal 171 204 29 0.16 0 0.86 0.2 71.31 0.75 0.46
Hex AB CC 1D 10 0 56 14 47 4B 2E
Octal 253 314 35 20 0 126 24 107 113 56
Binary 10101011 11001100 11101 10000 0 1010110 10100 1000111 1001011 101110

Color Harmonies of #ABCC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCC1D

Black with #ABCC1D

Text Example


Text Example

White with #ABCC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCC1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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