Html Css Color HEX #ADCB8C Feijoa

📋 copy color: '#ADCB8C'

red 173 ◦ green 203 ◦ blue 140

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

Shades of Feijoa #ADCB8C

Tints of Feijoa #ADCB8C

RGB

 RED value IS 173 (67.97% from 255) = 33.53%

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

 BLUE value IS 140 (55.08% from 255) = 27.13%

R = 33.53%
G = 39.34%
B = 27.13%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#ADCB8C (or 0xADCB8C) is known color: Feijoa. HEX triplet: AD, CB and 8C. RGB value is (173,203,140). Sum of RGB (Red+Green+Blue) = 173+203+140=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 203 (79.69% from 255 or 39.34% from 516); Blue value is 140 (55.08% from 255 or 27.13% from 516); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCB8C is #523473. Grayscale: #BBBBBB. Windows color (decimal): -5387380 or 9227181. OLE color: 9227181.

HSL color Cylindrical-coordinate representation of color #ADCB8C: hue angle of 88.57º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADCB8C is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 203 140 -
CMYK 0.15 0 0.31 0.20
HSL 88.57º 0.38% 0.67% -
HSV(B) 88.57º 0.31% 0.8% -
XYZ 43.32 53.49 32.85 -
YUV 186.85 101.56 118.12 -
System Red Green Blue C M Y K H S L
Decimal 173 203 140 0.15 0 0.31 0.20 88.57 0.38 0.67
Hex AD CB 8C F 0 1F 14 59 26 43
Octal 255 313 214 17 0 37 24 131 46 103
Binary 10101101 11001011 10001100 1111 0 11111 10100 1011001 100110 1000011

Color Harmonies of #ADCB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCB8C

Black with #ADCB8C

Text Example


Text Example

White with #ADCB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCB8C; }

 p { color: rgb(173,203,140); }

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

background-color css

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

 a { background-color: rgb(173,203,140); }

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

border-color css

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

 span { border-color: rgb(173,203,140); }

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