Html Css Color HEX #ACCB92 Feijoa

📋 copy color: '#ACCB92'

red 172 ◦ green 203 ◦ blue 146

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

Shades of Feijoa #ACCB92

Tints of Feijoa #ACCB92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.02%

R = 33.01%
G = 38.96%
B = 28.02%

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

#ACCB92 (or 0xACCB92) is known color: Feijoa. HEX triplet: AC, CB and 92. RGB value is (172,203,146). Sum of RGB (Red+Green+Blue) = 172+203+146=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 203 (79.69% from 255 or 38.96% from 521); Blue value is 146 (57.42% from 255 or 28.02% from 521); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCB92 is #53346D. Grayscale: #BBBBBB. Windows color (decimal): -5452910 or 9620396. OLE color: 9620396.

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

Color convert

RGB 172 203 146 -
CMYK 0.15 0 0.28 0.20
HSL 92.63º 0.35% 0.68% -
HSV(B) 92.63º 0.28% 0.8% -
XYZ 43.56 53.56 35.24 -
YUV 187.23 104.73 117.13 -
System Red Green Blue C M Y K H S L
Decimal 172 203 146 0.15 0 0.28 0.20 92.63 0.35 0.68
Hex AC CB 92 F 0 1C 14 5D 23 44
Octal 254 313 222 17 0 34 24 135 43 104
Binary 10101100 11001011 10010010 1111 0 11100 10100 1011101 100011 1000100

Color Harmonies of #ACCB92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCB92

Black with #ACCB92

Text Example


Text Example

White with #ACCB92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCB92; }

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

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

background-color css

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

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

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

border-color css

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

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

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