Html Css Color HEX #ABCF92 Feijoa

📋 copy color: '#ABCF92'

red 171 ◦ green 207 ◦ blue 146

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

Shades of Feijoa #ABCF92

Tints of Feijoa #ABCF92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.86%

R = 32.63%
G = 39.5%
B = 27.86%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#ABCF92 (or 0xABCF92) is known color: Feijoa. HEX triplet: AB, CF and 92. RGB value is (171,207,146). Sum of RGB (Red+Green+Blue) = 171+207+146=524 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.63% from 524); Green value is 207 (81.25% from 255 or 39.50% from 524); Blue value is 146 (57.42% from 255 or 27.86% from 524); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCF92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCF92 is #54306D. Grayscale: #BDBDBD. Windows color (decimal): -5517422 or 9621419. OLE color: 9621419.

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

Color convert

RGB 171 207 146 -
CMYK 0.17 0 0.29 0.19
HSL 95.41º 0.39% 0.69% -
HSV(B) 95.41º 0.29% 0.81% -
XYZ 44.3 55.36 35.54 -
YUV 189.28 103.57 114.96 -
System Red Green Blue C M Y K H S L
Decimal 171 207 146 0.17 0 0.29 0.19 95.41 0.39 0.69
Hex AB CF 92 11 0 1D 13 5F 27 45
Octal 253 317 222 21 0 35 23 137 47 105
Binary 10101011 11001111 10010010 10001 0 11101 10011 1011111 100111 1000101

Color Harmonies of #ABCF92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCF92

Black with #ABCF92

Text Example


Text Example

White with #ABCF92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCF92; }

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

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

background-color css

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

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

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

border-color css

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

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

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