Html Css Color HEX #ABCC1B Bahia

📋 copy color: '#ABCC1B'

red 171 ◦ green 204 ◦ blue 27

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

Shades of Bahia #ABCC1B

Tints of Bahia #ABCC1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.72%

R = 42.54%
G = 50.75%
B = 6.72%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#ABCC1B (or 0xABCC1B) is known color: Bahia. HEX triplet: AB, CC and 1B. RGB value is (171,204,27). Sum of RGB (Red+Green+Blue) = 171+204+27=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 204 (80.08% from 255 or 50.75% from 402); Blue value is 27 (10.94% from 255 or 6.72% from 402); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCC1B is #5433E4. Grayscale: #AEAEAE. Windows color (decimal): -5518309 or 1821867. OLE color: 1821867.

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

Color convert

RGB 171 204 27 -
CMYK 0.16 0 0.87 0.2
HSL 71.19º 0.77% 0.45% -
HSV(B) 71.19º 0.87% 0.8% -
XYZ 38.59 51.92 9.03 -
YUV 173.96 45.07 125.89 -
System Red Green Blue C M Y K H S L
Decimal 171 204 27 0.16 0 0.87 0.2 71.19 0.77 0.45
Hex AB CC 1B 10 0 57 14 47 4D 2D
Octal 253 314 33 20 0 127 24 107 115 55
Binary 10101011 11001100 11011 10000 0 1010111 10100 1000111 1001101 101101

Color Harmonies of #ABCC1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCC1B

Black with #ABCC1B

Text Example


Text Example

White with #ABCC1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCC1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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