Html Css Color HEX #ABCC8B Feijoa

📋 copy color: '#ABCC8B'

red 171 ◦ green 204 ◦ blue 139

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

Shades of Feijoa #ABCC8B

Tints of Feijoa #ABCC8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.04%

R = 33.27%
G = 39.69%
B = 27.04%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#ABCC8B (or 0xABCC8B) is known color: Feijoa. HEX triplet: AB, CC and 8B. RGB value is (171,204,139). Sum of RGB (Red+Green+Blue) = 171+204+139=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 204 (80.08% from 255 or 39.69% from 514); Blue value is 139 (54.69% from 255 or 27.04% from 514); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCC8B is #543374. Grayscale: #BABABA. Windows color (decimal): -5518197 or 9161899. OLE color: 9161899.

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

Color convert

RGB 171 204 139 -
CMYK 0.16 0 0.32 0.2
HSL 90.46º 0.39% 0.67% -
HSV(B) 90.46º 0.32% 0.8% -
XYZ 43.05 53.71 32.52 -
YUV 186.72 101.07 116.79 -
System Red Green Blue C M Y K H S L
Decimal 171 204 139 0.16 0 0.32 0.2 90.46 0.39 0.67
Hex AB CC 8B 10 0 20 14 5A 27 43
Octal 253 314 213 20 0 40 24 132 47 103
Binary 10101011 11001100 10001011 10000 0 100000 10100 1011010 100111 1000011

Color Harmonies of #ABCC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCC8B

Black with #ABCC8B

Text Example


Text Example

White with #ABCC8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCC8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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