Html Css Color HEX #ACCB8B Feijoa

📋 copy color: '#ACCB8B'

red 172 ◦ green 203 ◦ blue 139

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

Shades of Feijoa #ACCB8B

Tints of Feijoa #ACCB8B

RGB

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

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

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

R = 33.46%
G = 39.49%
B = 27.04%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#ACCB8B (or 0xACCB8B) is known color: Feijoa. HEX triplet: AC, CB and 8B. RGB value is (172,203,139). Sum of RGB (Red+Green+Blue) = 172+203+139=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 203 (79.69% from 255 or 39.49% from 514); Blue value is 139 (54.69% from 255 or 27.04% from 514); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCB8B is #533474. Grayscale: #BABABA. Windows color (decimal): -5452917 or 9161644. OLE color: 9161644.

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

Color convert

RGB 172 203 139 -
CMYK 0.15 0 0.32 0.20
HSL 89.06º 0.38% 0.67% -
HSV(B) 89.06º 0.32% 0.8% -
XYZ 43.03 53.35 32.46 -
YUV 186.44 101.23 117.7 -
System Red Green Blue C M Y K H S L
Decimal 172 203 139 0.15 0 0.32 0.20 89.06 0.38 0.67
Hex AC CB 8B F 0 20 14 59 26 43
Octal 254 313 213 17 0 40 24 131 46 103
Binary 10101100 11001011 10001011 1111 0 100000 10100 1011001 100110 1000011

Color Harmonies of #ACCB8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCB8B

Black with #ACCB8B

Text Example


Text Example

White with #ACCB8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCB8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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