Html Css Color HEX #ABCF98 Feijoa

📋 copy color: '#ABCF98'

red 171 ◦ green 207 ◦ blue 152

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

Shades of Feijoa #ABCF98

Tints of Feijoa #ABCF98

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.06%

 BLUE value IS 152 (59.77% from 255) = 28.68%

R = 32.26%
G = 39.06%
B = 28.68%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#ABCF98 (or 0xABCF98) is known color: Feijoa. HEX triplet: AB, CF and 98. RGB value is (171,207,152). Sum of RGB (Red+Green+Blue) = 171+207+152=530 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.26% from 530); Green value is 207 (81.25% from 255 or 39.06% from 530); Blue value is 152 (59.77% from 255 or 28.68% from 530); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCF98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCF98 is #543067. Grayscale: #BEBEBE. Windows color (decimal): -5517416 or 10014635. OLE color: 10014635.

HSL color Cylindrical-coordinate representation of color #ABCF98: hue angle of 99.27º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABCF98 is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 207 152 -
CMYK 0.17 0 0.27 0.19
HSL 99.27º 0.36% 0.7% -
HSV(B) 99.27º 0.27% 0.81% -
XYZ 44.77 55.55 38.07 -
YUV 189.97 106.57 114.47 -
System Red Green Blue C M Y K H S L
Decimal 171 207 152 0.17 0 0.27 0.19 99.27 0.36 0.7
Hex AB CF 98 11 0 1B 13 63 24 46
Octal 253 317 230 21 0 33 23 143 44 106
Binary 10101011 11001111 10011000 10001 0 11011 10011 1100011 100100 1000110

Color Harmonies of #ABCF98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCF98

Black with #ABCF98

Text Example


Text Example

White with #ABCF98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCF98; }

 p { color: rgb(171,207,152); }

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

background-color css

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

 a { background-color: rgb(171,207,152); }

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

border-color css

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

 span { border-color: rgb(171,207,152); }

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