Html Css Color HEX #ACCC8B Feijoa

📋 copy color: '#ACCC8B'

red 172 ◦ green 204 ◦ blue 139

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

Shades of Feijoa #ACCC8B

Tints of Feijoa #ACCC8B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.61%

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

R = 33.4%
G = 39.61%
B = 26.99%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#ACCC8B (or 0xACCC8B) is known color: Feijoa. HEX triplet: AC, CC and 8B. RGB value is (172,204,139). Sum of RGB (Red+Green+Blue) = 172+204+139=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 204 (80.08% from 255 or 39.61% from 515); Blue value is 139 (54.69% from 255 or 26.99% from 515); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCC8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCC8B is #533374. Grayscale: #BBBBBB. Windows color (decimal): -5452661 or 9161900. OLE color: 9161900.

HSL color Cylindrical-coordinate representation of color #ACCC8B: hue angle of 89.54º degrees, saturation: 0.39, 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 #ACCC8B is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB 172 204 139 -
CMYK 0.16 0 0.32 0.2
HSL 89.54º 0.39% 0.67% -
HSV(B) 89.54º 0.32% 0.8% -
XYZ 43.27 53.82 32.53 -
YUV 187.02 100.9 117.29 -
System Red Green Blue C M Y K H S L
Decimal 172 204 139 0.16 0 0.32 0.2 89.54 0.39 0.67
Hex AC CC 8B 10 0 20 14 5A 27 43
Octal 254 314 213 20 0 40 24 132 47 103
Binary 10101100 11001100 10001011 10000 0 100000 10100 1011010 100111 1000011

Color Harmonies of #ACCC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCC8B

Black with #ACCC8B

Text Example


Text Example

White with #ACCC8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCC8B; }

 p { color: rgb(172,204,139); }

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

background-color css

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

 a { background-color: rgb(172,204,139); }

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

border-color css

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

 span { border-color: rgb(172,204,139); }

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