Html Css Color HEX #ACCB8A Feijoa

📋 copy color: '#ACCB8A'

red 172 ◦ green 203 ◦ blue 138

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

Shades of Feijoa #ACCB8A

Tints of Feijoa #ACCB8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.9%

R = 33.53%
G = 39.57%
B = 26.9%

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

#ACCB8A (or 0xACCB8A) is known color: Feijoa. HEX triplet: AC, CB and 8A. RGB value is (172,203,138). Sum of RGB (Red+Green+Blue) = 172+203+138=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 203 (79.69% from 255 or 39.57% from 513); Blue value is 138 (54.30% from 255 or 26.90% from 513); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCB8A is #533475. Grayscale: #BABABA. Windows color (decimal): -5452918 or 9096108. OLE color: 9096108.

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

Color convert

RGB 172 203 138 -
CMYK 0.15 0 0.32 0.20
HSL 88.62º 0.38% 0.67% -
HSV(B) 88.62º 0.32% 0.8% -
XYZ 42.96 53.32 32.07 -
YUV 186.32 100.73 117.79 -
System Red Green Blue C M Y K H S L
Decimal 172 203 138 0.15 0 0.32 0.20 88.62 0.38 0.67
Hex AC CB 8A F 0 20 14 59 26 43
Octal 254 313 212 17 0 40 24 131 46 103
Binary 10101100 11001011 10001010 1111 0 100000 10100 1011001 100110 1000011

Color Harmonies of #ACCB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCB8A

Black with #ACCB8A

Text Example


Text Example

White with #ACCB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCB8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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