Html Css Color HEX #A6CB8B Feijoa

📋 copy color: '#A6CB8B'

red 166 ◦ green 203 ◦ blue 139

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

Shades of Feijoa #A6CB8B

Tints of Feijoa #A6CB8B

RGB

 RED value IS 166 (65.23% from 255) = 32.68%

 GREEN value IS 203 (79.69% from 255) = 39.96%

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

R = 32.68%
G = 39.96%
B = 27.36%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#A6CB8B (or 0xA6CB8B) is known color: Feijoa. HEX triplet: A6, CB and 8B. RGB value is (166,203,139). Sum of RGB (Red+Green+Blue) = 166+203+139=508 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.68% from 508); Green value is 203 (79.69% from 255 or 39.96% from 508); Blue value is 139 (54.69% from 255 or 27.36% from 508); Max value from RGB is 203 - color contains mainly: green. Hex color #A6CB8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CB8B is #593474. Grayscale: #B8B8B8. Windows color (decimal): -5846133 or 9161638. OLE color: 9161638.

HSL color Cylindrical-coordinate representation of color #A6CB8B: hue angle of 94.69º degrees, saturation: 0.38, 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 #A6CB8B is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 203 139 -
CMYK 0.18 0 0.32 0.20
HSL 94.69º 0.38% 0.67% -
HSV(B) 94.69º 0.32% 0.8% -
XYZ 41.74 52.68 32.39 -
YUV 184.64 102.24 114.7 -
System Red Green Blue C M Y K H S L
Decimal 166 203 139 0.18 0 0.32 0.20 94.69 0.38 0.67
Hex A6 CB 8B 12 0 20 14 5F 26 43
Octal 246 313 213 22 0 40 24 137 46 103
Binary 10100110 11001011 10001011 10010 0 100000 10100 1011111 100110 1000011

Color Harmonies of #A6CB8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CB8B

Black with #A6CB8B

Text Example


Text Example

White with #A6CB8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CB8B; }

 p { color: rgb(166,203,139); }

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

background-color css

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

 a { background-color: rgb(166,203,139); }

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

border-color css

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

 span { border-color: rgb(166,203,139); }

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