Html Css Color HEX #ACCB8C Feijoa

📋 copy color: '#ACCB8C'

red 172 ◦ green 203 ◦ blue 140

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

Shades of Feijoa #ACCB8C

Tints of Feijoa #ACCB8C

RGB

 RED value IS 172 (67.58% from 255) = 33.4%

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

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

R = 33.4%
G = 39.42%
B = 27.18%

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

#ACCB8C (or 0xACCB8C) is known color: Feijoa. HEX triplet: AC, CB and 8C. RGB value is (172,203,140). Sum of RGB (Red+Green+Blue) = 172+203+140=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 203 (79.69% from 255 or 39.42% from 515); Blue value is 140 (55.08% from 255 or 27.18% from 515); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCB8C is #533473. Grayscale: #BABABA. Windows color (decimal): -5452916 or 9227180. OLE color: 9227180.

HSL color Cylindrical-coordinate representation of color #ACCB8C: hue angle of 89.52º 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 #ACCB8C is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 203 140 -
CMYK 0.15 0 0.31 0.20
HSL 89.52º 0.38% 0.67% -
HSV(B) 89.52º 0.31% 0.8% -
XYZ 43.1 53.38 32.84 -
YUV 186.55 101.73 117.62 -
System Red Green Blue C M Y K H S L
Decimal 172 203 140 0.15 0 0.31 0.20 89.52 0.38 0.67
Hex AC CB 8C F 0 1F 14 5A 26 43
Octal 254 313 214 17 0 37 24 132 46 103
Binary 10101100 11001011 10001100 1111 0 11111 10100 1011010 100110 1000011

Color Harmonies of #ACCB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCB8C

Black with #ACCB8C

Text Example


Text Example

White with #ACCB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCB8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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