Html Css Color HEX #ACCB93 Feijoa

📋 copy color: '#ACCB93'

red 172 ◦ green 203 ◦ blue 147

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

Shades of Feijoa #ACCB93

Tints of Feijoa #ACCB93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.16%

R = 32.95%
G = 38.89%
B = 28.16%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#ACCB93 (or 0xACCB93) is known color: Feijoa. HEX triplet: AC, CB and 93. RGB value is (172,203,147). Sum of RGB (Red+Green+Blue) = 172+203+147=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 203 (79.69% from 255 or 38.89% from 522); Blue value is 147 (57.81% from 255 or 28.16% from 522); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCB93 is #53346C. Grayscale: #BBBBBB. Windows color (decimal): -5452909 or 9685932. OLE color: 9685932.

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

Color convert

RGB 172 203 147 -
CMYK 0.15 0 0.28 0.20
HSL 93.21º 0.35% 0.69% -
HSV(B) 93.21º 0.28% 0.8% -
XYZ 43.64 53.59 35.65 -
YUV 187.35 105.23 117.05 -
System Red Green Blue C M Y K H S L
Decimal 172 203 147 0.15 0 0.28 0.20 93.21 0.35 0.69
Hex AC CB 93 F 0 1C 14 5D 23 45
Octal 254 313 223 17 0 34 24 135 43 105
Binary 10101100 11001011 10010011 1111 0 11100 10100 1011101 100011 1000101

Color Harmonies of #ACCB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCB93

Black with #ACCB93

Text Example


Text Example

White with #ACCB93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCB93; }

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

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

background-color css

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

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

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

border-color css

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

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

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